mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 16:20:02 +08:00
2b0807d3bc
From-SVN: r33202
14 lines
175 B
Java
14 lines
175 B
Java
package support;
|
|
|
|
public final class PR207_A {
|
|
static
|
|
{
|
|
String s = System.getProperty ("soylent");
|
|
}
|
|
|
|
public static String hello ()
|
|
{
|
|
return "green";
|
|
}
|
|
}
|