fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libjava / testsuite / libjava.compile / narrow_case.java
blob48b56820256eb784bf725644792f7dac27efbc27
1 public class narrow_case
3 private int test(byte b)
5 switch (b)
7 case '0' :return 0;
9 return 99;