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