Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / testsuite / libjava.compile / plusplus.java
blobb8e9bd9fcbbfa4ec22df293c3c41ce0b643afac2
1 // Test from MoT <Sebastien.Villemot@ens.fr>.
3 class plusplus {
4 public static void main(String[] args)
6 int n = 5;
7 int[] gnu = new int[10];
8 gnu[n]++;