// Test from MoT <Sebastien.Villemot@ens.fr>.

class plusplus {
        public static void main(String[] args)
        {
                int n = 5;
                int[] gnu = new int[10];
                gnu[n]++;
        }
}


syntax highlighted by Code2HTML, v. 0.9.1