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;
}
}