source:
CIVL/examples/languageFeatures/procBound.cvl@
bd7a43e
| Last change on this file since bd7a43e was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 95 bytes | |
| Rev | Line | |
|---|---|---|
| [27d2218] | 1 | #include <civlc.cvh> |
| 2 | ||
| 3 | void f(){ | |
| [3ff27cf] | 4 | $assert($false); |
| [27d2218] | 5 | } |
| 6 | ||
| 7 | int main(){ | |
| 8 | while($true) $spawn f(); | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
