1 2 3 4 5 6 7 8 9 10 11
set -e cat <<'EOF' > expected main.c:1: unknown preprocessor directive (foo (<identifier>)) EOF bash ../../test_compile_error.sh <<'EOF' #foo int main() {} EOF