2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.compile / PR127.java
blob6a2e699a46bf7b8ad9e9ecf6c4f4d54ba93f90a7
1 // Test case for PR127:
2 // gcj dumps core on method invocation on a primitive type
4 class PR127
6 void f()
8 int i;
9 i.f();