Sign in
android
/
toolchain
/
gcc
/
donut
/
.
/
gcc-4.2.1
/
libjava
/
testsuite
/
libjava.compile
/
support
/
PR207_A.java
blob: 1d465f5222ec968548d5a73649c74325cb64166f [
file
]
package
support
;
public
final
class
PR207_A
{
static
{
String
s
=
System
.
getProperty
(
"soylent"
);
}
public
static
String
hello
()
{
return
"green"
;
}
}