mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
9 lines
114 B
Java
9 lines
114 B
Java
package support;
|
|
|
|
public final class PR206_A {
|
|
static
|
|
{
|
|
String s = System.getProperty ("soylent");
|
|
}
|
|
}
|