blob: 8cae968045b1a8d778790b0b79e8b304975d5629 [file] [log] [blame]
class static_init2 {
static final float two_to_the_30 =
(float) (1L << 30);
static float[] floatValues = {
(float)1.0,
(float)two_to_the_30,
};
}