/* * Commandline example: * civl verify assertNullPointer.cvl */ #include void main(){ double *p = NULL; $assert((p)); }