Sign in
gnu
/
gcc.git
/
572cd73ac976578951d38adf15c43d4dc9abb299
/
.
/
libjava
/
testsuite
/
libjava.compile
/
Where.java
blob: 08fcc78b1d6bc7d039f7e65d9736cf4a8f77c910 [
file
] [
log
] [
blame
]
// Simple compiler test.
public
final
class
Where
implements
support
.
Waldo
{
int
WhereIsWaldo
()
{
// The compiler should find 'here' in support.Waldo.
return
here
;
}
}