source:
CIVL/mods/dev.civl.com/examples/mem/mem_tests/mem_convertion-bad4.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 133 bytes | |
| Line | |
|---|---|
| 1 | #include<mem.cvh> |
| 2 | #include<pointer.cvh> |
| 3 | |
| 4 | |
| 5 | |
| 6 | int main() { |
| 7 | $mem m; |
| 8 | int * a; |
| 9 | |
| 10 | $havoc(&a); |
| 11 | m = a; |
| 12 | $assert($equals(&m, &m)); |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
