13 lines
195 B
Java
Raw Normal View History

1999-04-07 14:42:40 +00:00
// Simple compiler test.
public final class Where implements support.Waldo
{
int WhereIsWaldo ()
{
// The compiler should find 'here' in support.Waldo.
return here;
}
}