source:
CIVL/mods/dev.civl.com/examples/contracts/contractsMPI/simpleGuard.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 122 bytes | |
| Rev | Line | |
|---|---|---|
| [dea8621] | 1 | #include<collate.cvh> |
| 2 | ||
| 3 | int main() { | |
| 4 | $collate_state cp; | |
| 5 | int x = 0; | |
| 6 | ||
| 7 | $when($collate_complete(cp)) x++; | |
| 8 | return 0; | |
| 9 | } | |
| 10 |
Note:
See TracBrowser
for help on using the repository browser.
