Sign in
gnu
/
gcc.git
/
82b61df521d17a96f60e56ede06a55a8894b1c2e
/
.
/
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
;
}