// S : tags pointers sym $TAGS // S : expect --result error --location-comment ERROR // S : cc -o test.bc $CC_OPT $file // S : verify --lamp pointers --symbolic -o nofail:malloc $V_OPT test.bc #include #include #include int main() { int * val = (int*)malloc(4); int * ptr = (int*)__lamp_any_ptr(); assert(ptr != val); /* ERROR */ }