source:
CIVL/mods/dev.civl.abc/examples/prune/func_pruned.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 150 bytes | |
| Line | |
|---|---|
| 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.
