aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/083.sh
blob: 8047f1f6da3143dd356ccd25ccacdf589fdd1e89 (plain)
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