source:
CIVL/examples/library/civlc/havocBad.cvl@
a552cec
| Last change on this file since a552cec was c84ae6e2, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 91 bytes | |
| Line | |
|---|---|
| 1 | #include<civlc.cvh> |
| 2 | #include<stdio.h> |
| 3 | |
| 4 | int main(){ |
| 5 | int x; |
| 6 | int* p=NULL; |
| 7 | |
| 8 | $havoc(p); |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
