source:
CIVL/examples/languageFeatures/for.cvl@
a8ca3d3
| Last change on this file since a8ca3d3 was 36b5ada, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 139 bytes | |
| Rev | Line | |
|---|---|---|
| [36b5ada] | 1 | /* Commandline execution: |
| 2 | * civl verify for.cvl | |
| 3 | * */ | |
| [8bd0ed8] | 4 | void main() { |
| 5 | int j = 0; | |
| 6 | ||
| [8fa5a7b] | 7 | for (int i=0; i<10; i++) ; |
| [8bd0ed8] | 8 | for (; j<10; j++) ; |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
