test_exit_code 42 <<'EOF' int main() { int foo; foo = 42; return foo; } EOF