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