60798ef254
From PR gcj/310: * libjava.compile/PR310.java: New file. * libjava.compile/PR310.xfail: New file. From-SVN: r35596
10 lines
80 B
Java
10 lines
80 B
Java
public class PR310
|
|
{
|
|
void m (long l)
|
|
{
|
|
switch (l)
|
|
{
|
|
}
|
|
}
|
|
}
|