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
FSF GCC merge 02/23/03
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.lang
/
PR56.java
blob
27f7c3021cdc56a627944db3a706972e7d9bf999
1
public final class
PR56
{
2
public static void
main
(
String
[]
args
) {
3
Object o
=
args
;
4
int
[]
a
;
5
if
(!(
o
instanceof int
[]) || (
a
= (
int
[])
o
).
length
!=
2
) {
6
}
7
}
8
}