repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.compile
/
Case.java
blob
c5eb1d51947bb4b132e8126ea583eca0f9b587c4
1
// Simple compiler test.
2
3
public class
Case
4
{
5
public static int
foo
(
int
i
,
support
.
Case x
)
6
{
7
switch
(
i
)
8
{
9
case
x
.
A
:
10
return
1
;
11
default
:
12
return
0
;
13
}
14
}
15
}