FSF GCC merge 02/23/03
[official-gcc.git] / libjava / testsuite / libjava.lang / PR5057.java
blob590ffdfa008a0ca7b93ee33ebb6a24acc76c5c9a
1 /* Test to make sure <clinit> is generated correctly. */
3 public class PR5057
5 public static int x;
7 static
9 x = 72;
12 public static void main (String[] args)
14 System.out.println (x);