Sign in
android
/
toolchain
/
gcc
/
donut
/
.
/
gcc-4.2.1
/
libjava
/
testsuite
/
libjava.compile
/
static_init2.java
blob: 8cae968045b1a8d778790b0b79e8b304975d5629 [
file
]
class
static_init2
{
static
final
float
two_to_the_30
=
(
float
)
(
1L
<<
30
);
static
float
[]
floatValues
=
{
(
float
)
1.0
,
(
float
)
two_to_the_30
,
};
}