// S : tags error min c $TAGS // S : expect --result error --location-comment ERROR // S : cc -o test.bc $dir/call.helper.c $CC_OPT $file // S : verify -std=c89 $V_OPT test.bc int main() { long y = 40; return baz( 2, y ) - 42; /* ERROR */ /* return value of baz is long */ }