Dead
[official-gcc.git] / gomp-20050608-branch / libjava / testsuite / libjava.lang / pr8676.java
blobe28b15b1ab5c951471b36f6294b9d14ac7ca3c87
1 public class pr8676 {
2 // The problem here was that this function couldn't be compiled to
3 // bytecode.
4 private void f(long j) {
5 boolean x = (1 << j) != 0;
8 public static void main(String[] args)