repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc.dg/tree-ssa/alias-30.c (dg-options): Dump only fre1 details.
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.lang
/
PR8866.java
blob
fa620667445582f10dc72e908d95030eb89824b5
1
public class
PR8866
2
{
3
public static void
main
(
String args
[])
4
{
5
String attTypeString
=
""
;
6
7
switch
(
args
.
length
) {
8
case
1
:
9
attTypeString
=
"string"
;
10
case
4
:
11
attTypeString
=
"ID"
;;
12
case
5
:
13
attTypeString
=
"IDREF"
;;
14
case
6
:
15
attTypeString
=
"NMTOKEN"
;;
16
case
7
:
17
attTypeString
=
"NOTATION"
;;
18
default
:
19
;
20
}
21
}
22
}