Test for PR gcj/164:

* libjava.compile/PR164.xfail: New file.
	* libjava.compile/PR164.java: New file.

From-SVN: r32374
This commit is contained in:
Tom Tromey 2000-03-07 00:49:18 +00:00 committed by Tom Tromey
parent 8d00f6171a
commit 1c30539d66
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,6 @@
// Test from PR 164.
class PR164
{
volatile final int foo = 8;
}