1 2 3 4 5 6 7 8 9 10 11
// Test case for PR127: // gcj dumps core on method invocation on a primitive type class PR127 { void f() { int i; i.f(); } }