Sign in
gnu
/
gcc.git
/
572cd73ac976578951d38adf15c43d4dc9abb299
/
.
/
libjava
/
testsuite
/
libjava.compile
/
PR163.java
blob: 283c8ac1c9cf0cbf8c1a0ba2854787a933c0a0e5 [
file
] [
log
] [
blame
]
// Test case for the PR gcj/163
// Uninitalized final variables should not be permitted.
class
PR163
{
final
int
foo
;
}