// S : tags min c $TAGS // S : expect --result valid // S : cc -o test.bc $dir/call.helper.c $CC_OPT $file // S : verify -std=c89 $V_OPT test.bc int foo(); int main() { return foo( 0, 0, 42 ); }