source:
CIVL/mods/dev.civl.abc/examples/contract/acsl_mem_dot-bad.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 96 bytes | |
| Line | |
|---|---|
| 1 | #pragma CIVL ACSL |
| 2 | |
| 3 | struct T { |
| 4 | int x[10]; |
| 5 | } a; |
| 6 | |
| 7 | /*@ assigns a.x; |
| 8 | @*/ |
| 9 | int f() { |
| 10 | return 0; |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
