diff options
| author | Tom Tromey <tromey@gcc.gnu.org> | 1999-04-07 14:42:40 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-04-07 14:42:40 +0000 |
| commit | ee9dd3721be68b9fa63dea9aa5a1d86e66958cde (patch) | |
| tree | d96801a16fdf03a5682ef98730fe333a46eef944 /libjava/testsuite/libjava.compile/Statics.java | |
| parent | 140fa895c6b859f827fc4437b91775a82cd105fb (diff) | |
Initial revision
From-SVN: r26263
Diffstat (limited to 'libjava/testsuite/libjava.compile/Statics.java')
| -rw-r--r-- | libjava/testsuite/libjava.compile/Statics.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/Statics.java b/libjava/testsuite/libjava.compile/Statics.java new file mode 100644 index 00000000000..b86a57c409e --- /dev/null +++ b/libjava/testsuite/libjava.compile/Statics.java @@ -0,0 +1,7 @@ +// Simple compiler test. + +public interface Statics { + + public static final int OwnerGrabButtonMask = 1<<24; + +} |
