1 2 3 4 5 6 7 8 9
set -e bash ../../test_exit_code.sh 42 <<'EOF' int main() { int foo; foo = 42; return foo; } EOF