mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 02:39:02 +08:00
ee9dd3721b
From-SVN: r26263
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;
|
|
}
|
|
}
|
|
|
|
|