2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / 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;