2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.compile / Where.java
blob08fcc78b1d6bc7d039f7e65d9736cf4a8f77c910
1 // Simple compiler test.
3 public final class Where implements support.Waldo
5 int WhereIsWaldo ()
7 // The compiler should find 'here' in support.Waldo.
8 return here;