diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/Where.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/Where.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/Where.java b/libjava/testsuite/libjava.compile/Where.java new file mode 100644 index 0000000..08fcc78 --- /dev/null +++ b/libjava/testsuite/libjava.compile/Where.java @@ -0,0 +1,12 @@ +// Simple compiler test. + +public final class Where implements support.Waldo +{ + int WhereIsWaldo () + { + // The compiler should find 'here' in support.Waldo. + return here; + } +} + + |