gcc/libjava/testsuite/libjava.compile/PR164.java
Tom Tromey 1c30539d66 Test for PR gcj/164:
* libjava.compile/PR164.xfail: New file.
	* libjava.compile/PR164.java: New file.

From-SVN: r32374
2000-03-07 00:49:18 +00:00

7 lines
68 B
Java

// Test from PR 164.
class PR164
{
volatile final int foo = 8;
}