plusplus.java: New file.
* libjava.compile/plusplus.java: New file. From MoT <Sebastien.Villemot@ens.fr>. From-SVN: r26310
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// 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]++;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user