fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libjava / testsuite / libjava.compile / PR3417.java
blobe5f251afe64aca4d49507a8e7de156ef90d9cd45
1 // Make sure that assignment conversion checks are done for `return'.
3 class PR3417
5 char func (int i) { return i; }