* loop.c (count_one_set): Fix detection of registers set in more
[official-gcc.git] / libjava / testsuite / libjava.compile / Case.java
blobc5eb1d51947bb4b132e8126ea583eca0f9b587c4
1 // Simple compiler test.
3 public class Case
5 public static int foo (int i, support.Case x)
7 switch (i)
9 case x.A:
10 return 1;
11 default:
12 return 0;