mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 08:25:51 +00: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];
|
|
}
|
|
}
|