mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
10 lines
80 B
Java
10 lines
80 B
Java
|
|
public class PR310
|
||
|
|
{
|
||
|
|
void m (long l)
|
||
|
|
{
|
||
|
|
switch (l)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|