source:
CIVL/examples/languageFeatures/spawnFoo.cvl@
44a7259
| Last change on this file since 44a7259 was 0b9a80a, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 94 bytes | |
| Rev | Line | |
|---|---|---|
| [6ae5ee7] | 1 | #include <civlc.h> |
| 2 | ||
| 3 | void foo(){ | |
| [0b9a80a] | 4 | $assert($false); |
| [6ae5ee7] | 5 | } |
| 6 | ||
| 7 | void main(){ | |
| 8 | $proc p = $spawn foo(); | |
| 9 | } | |
| 10 |
Note:
See TracBrowser
for help on using the repository browser.
