Test case for gcj/209

From-SVN: r33205
This commit is contained in:
Anthony Green 2000-04-17 06:40:38 +00:00 committed by Anthony Green
parent 7ffcae80d0
commit 95fcd5331d
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
public class PR209
{
public int i = java.sql.Types.TINYINT;
}