gcc/libjava/testsuite/libjava.compile/PR164.java

7 lines
68 B
Java

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