source:
CIVL/mods/dev.civl.abc/examples/side-effects/out_cond.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 79 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | |
| 2 | void f() { | |
| 3 | } | |
| 4 | ||
| 5 | int main() { | |
| 6 | int x=0; | |
| 7 | ||
| 8 | if (x) { | |
| 9 | } else { | |
| 10 | f(); | |
| 11 | } | |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
