Initial revision
From-SVN: r26263
This commit is contained in:
parent
140fa895c6
commit
ee9dd3721b
370 changed files with 173494 additions and 0 deletions
12
libjava/testsuite/libjava.compile/Where.java
Normal file
12
libjava/testsuite/libjava.compile/Where.java
Normal file
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue