/* Commandline execution: * civl verify null.cvl */ #include #include void main() { int *p = 0; assert(p == NULL); }