]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/plusplus.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / plusplus.java
diff --git a/libjava/testsuite/libjava.compile/plusplus.java b/libjava/testsuite/libjava.compile/plusplus.java
deleted file mode 100644 (file)
index b8e9bd9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// 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]++;
-        }
-}