source:
CIVL/mods/dev.civl.abc/examples/prune/func_pruned.c@
bb03188
| Last change on this file since bb03188 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 150 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | #pragma CIVL ACSL |
| 2 | //========================= func.c ========================= | |
| 3 | int x; | |
| 4 | /*@ reads x;*/ | |
| 5 | $system[func] int foo(); | |
| 6 | int main() | |
| 7 | { | |
| 8 | foo(); | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
