source:
CIVL/examples/languageFeatures/assertNullPointer.cvl@
b51463d
| Last change on this file since b51463d was 5caec96, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 145 bytes | |
| Line | |
|---|---|
| 1 | /* |
| 2 | * Commandline example: |
| 3 | * civl verify assertNullPointer.cvl |
| 4 | */ |
| 5 | #include<civlc.h> |
| 6 | |
| 7 | void main(){ |
| 8 | double *p = NULL; |
| 9 | |
| 10 | $assert(p); |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
