mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-07 07:57:30 +02:00
13 lines
195 B
Java
13 lines
195 B
Java
// Simple compiler test.
|
|
|
|
public final class Where implements support.Waldo
|
|
{
|
|
int WhereIsWaldo ()
|
|
{
|
|
// The compiler should find 'here' in support.Waldo.
|
|
return here;
|
|
}
|
|
}
|
|
|
|
|