mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
7 lines
120 B
Java
7 lines
120 B
Java
|
|
public class PR12915 {
|
||
|
|
public static void main(String[] args)
|
||
|
|
{
|
||
|
|
System.out.println(((String) null) + "");
|
||
|
|
}
|
||
|
|
}
|