source:
CIVL/mods/dev.civl.abc/examples/link/civl_1.cvl
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 120 bytes | |
| Line | |
|---|---|
| 1 | extern void g(); |
| 2 | |
| 3 | void f() { |
| 4 | int x; |
| 5 | $havoc(&x); |
| 6 | } |
| 7 | |
| 8 | int main() { |
| 9 | $proc p = $spawn f(); |
| 10 | $wait(p); |
| 11 | f(); |
| 12 | g(); |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
