Sign in
gnu
/
gcc.git
/
572cd73ac976578951d38adf15c43d4dc9abb299
/
.
/
libjava
/
testsuite
/
libjava.compile
/
static_init2.java
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
,
};
}