OSDN Git Service

* config/ns32k/ns32k.md: Give "*xxx" names to all unnamed insn's.
[pf3gnuchains/gcc-fork.git] / libjava / testsuite / libjava.compile / plusplus.java
1 // Test from MoT <Sebastien.Villemot@ens.fr>.
2
3 class plusplus {
4         public static void main(String[] args)
5         {
6                 int n = 5;
7                 int[] gnu = new int[10];
8                 gnu[n]++;
9         }
10 }