2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.compile / static_init2.java
blob8cae968045b1a8d778790b0b79e8b304975d5629
1 class static_init2 {
2 static final float two_to_the_30 =
3 (float) (1L << 30);
5 static float[] floatValues = {
6 (float)1.0,
7 (float)two_to_the_30,
8 };