// S : tags error min c $TAGS // S : expect --result error --location-comment ERROR // S : cc -o test.bc $CC_OPT $file // S : verify $V_OPT test.bc int main() { volatile int x = 4; int (*fun)( volatile int *, int ); return fun( &x, 4 ); /* ERROR */ }