source:
trunk/gcc/libjava/testsuite/libjava.compile/plusplus.java@
3609
| Last change on this file since 3609 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 227 bytes | |
| Line | |
|---|---|
| 1 | // Test from MoT <[email protected]>. |
| 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 | } |
Note:
See TracBrowser
for help on using the repository browser.
