mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 21:10:07 +08:00
7 lines
68 B
Java
7 lines
68 B
Java
|
// Test from PR 164.
|
||
|
|
||
|
class PR164
|
||
|
{
|
||
|
volatile final int foo = 8;
|
||
|
}
|