OSDN Git Service

* libjava.compile/PR6865.java: New file. For PR java/6865.
[pf3gnuchains/gcc-fork.git] / libjava / testsuite / libjava.compile / PR163.java
1 // Test case for the PR gcj/163
2
3 // Uninitalized final variables should not be permitted.
4
5 class PR163
6 {
7   final int foo;
8 }