1 2 3 4 5 6 7 8 9
test_exit_code 70 <<'EOF' int main() { int foo; int bar; foo = 42; bar = 28; return foo + bar; } EOF