fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libjava / testsuite / libjava.compile / PR1343.java
blobbe3592533b88dc08971f4a4f5d810c8beb3ebafc
1 import java.util.Vector;
3 public class PR1343
5 void f(Object[] l)
7 class x1
9 };
11 void f(Vector l)
13 class x1