|
Last change
on this file since 3127 was 2, checked in by bird, 23 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
215 bytes
|
| Line | |
|---|
| 1 | /* Test to make sure <clinit> is generated correctly. */
|
|---|
| 2 |
|
|---|
| 3 | public class PR5057
|
|---|
| 4 | {
|
|---|
| 5 | public static int x;
|
|---|
| 6 |
|
|---|
| 7 | static
|
|---|
| 8 | {
|
|---|
| 9 | x = 72;
|
|---|
| 10 | }
|
|---|
| 11 |
|
|---|
| 12 | public static void main (String[] args)
|
|---|
| 13 | {
|
|---|
| 14 | System.out.println (x);
|
|---|
| 15 | }
|
|---|
| 16 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.