diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR209.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR209.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR209.java b/libjava/testsuite/libjava.compile/PR209.java new file mode 100644 index 0000000..d4539c6 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR209.java @@ -0,0 +1,4 @@ +public class PR209 +{ + public int i = java.sql.Types.TINYINT; +} |