mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 17:29:44 +08:00
187d3a0d37
From-SVN: r37767
9 lines
123 B
Java
9 lines
123 B
Java
public class weirddecl
|
|
{
|
|
// Weird but legal decl.
|
|
public String foo (String[] dumb[])
|
|
{
|
|
return dumb[0][0];
|
|
}
|
|
}
|