Initial revision
From-SVN: r26263
This commit is contained in:
parent
140fa895c6
commit
ee9dd3721b
370 changed files with 173494 additions and 0 deletions
15
libjava/testsuite/libjava.compile/Case.java
Normal file
15
libjava/testsuite/libjava.compile/Case.java
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Simple compiler test.
|
||||
|
||||
public class Case
|
||||
{
|
||||
public static int foo (int i, support.Case x)
|
||||
{
|
||||
switch (i)
|
||||
{
|
||||
case x.A:
|
||||
return 1;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue