source:
CIVL/examples/arrays.cvl@
19f8de3
| Last change on this file since 19f8de3 was f28d814, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 92 bytes | |
| Rev | Line | |
|---|---|---|
| [f28d814] | 1 | #include<civlc.h> |
| 2 | ||
| [0398eb1] | 3 | void main() { |
| 4 | int a[1][1]; | |
| 5 | ||
| 6 | a[0][0] = 2; | |
| [f28d814] | 7 | $assert a[0][0] == 2; |
| [0398eb1] | 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
