mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
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";
|
|
}
|
|
}
|