source: trunk/gcc/libjava/testsuite/libjava.compile/narrow_case.java

Last change on this file was 1389, checked in by bird, 21 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 136 bytes
Line 
1public class narrow_case
2{
3 private int test(byte b)
4 {
5 switch (b)
6 {
7 case '0' :return 0;
8 }
9 return 99;
10 }
11}
Note: See TracBrowser for help on using the repository browser.