Sign in
gnu
/
gcc
/
46bf8d1d5d8c460188738b0e8c41841a014cb819
/
.
/
libjava
/
testsuite
/
libjava.lang
/
pr8676.java
blob: e28b15b1ab5c951471b36f6294b9d14ac7ca3c87 [
file
]
public
class
pr8676
{
// The problem here was that this function couldn't be compiled to
// bytecode.
private
void
f
(
long
j
)
{
boolean
x
=
(
1
<<
j
)
!=
0
;
}
public
static
void
main
(
String
[]
args
)
{
}
}