T6302184.java revision 3170:dc017a37aac5
1262456Sbr/*
2262456Sbr * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
3262456Sbr * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4262456Sbr *
5262456Sbr * This code is free software; you can redistribute it and/or modify it
6262456Sbr * under the terms of the GNU General Public License version 2 only, as
7262456Sbr * published by the Free Software Foundation.
8262456Sbr *
9262456Sbr * This code is distributed in the hope that it will be useful, but WITHOUT
10262456Sbr * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11262456Sbr * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12262456Sbr * version 2 for more details (a copy is included in the LICENSE file that
13262456Sbr * accompanied this code).
14262456Sbr *
15262456Sbr * You should have received a copy of the GNU General Public License version
16262456Sbr * 2 along with this work; if not, write to the Free Software Foundation,
17262456Sbr * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18262456Sbr *
19262456Sbr * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20266383Sian * or visit www.oracle.com if you need additional information or have any
21266383Sian * questions.
22266383Sian */
23262456Sbr
24262456Sbr/**
25262456Sbr * This is a test that uses ISO 8859 encoding.
26266331Sian */
27266331Sianclass T6302184 {
28262456Sbr    int ������ = 1;
29}
30