source: trunk/gcc/libjava/testsuite/libjava.compile/plusplus.java

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 227 bytes
Line 
1// Test from MoT <Sebastien.Villemot@ens.fr>.
2
3class plusplus {
4 public static void main(String[] args)
5 {
6 int n = 5;
7 int[] gnu = new int[10];
8 gnu[n]++;
9 }
10}
Note: See TracBrowser for help on using the repository browser.