mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 00:15:48 +08:00
8 lines
121 B
Java
8 lines
121 B
Java
|
class PR5913
|
||
|
{
|
||
|
public static void main(String[] args)
|
||
|
{
|
||
|
System.exit((("" + 1) instanceof String) ? 0 : 1);
|
||
|
}
|
||
|
}
|