From 95fcd5331d6b7941acb4334bed31e7c6d925cbe4 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 17 Apr 2000 06:40:38 +0000 Subject: Test case for gcj/209 From-SVN: r33205 --- libjava/testsuite/libjava.compile/PR209.java | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR209.java (limited to 'libjava/testsuite/libjava.compile/PR209.java') 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; +} -- cgit v1.1