blob: 283c8ac1c9cf0cbf8c1a0ba2854787a933c0a0e5 [file] [log] [blame]
// Test case for the PR gcj/163
// Uninitalized final variables should not be permitted.
class PR163
{
final int foo;
}