aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/105.sh
blob: 7c673ab98660576750db9ce65c28b145090cf69f (plain)
1
2
3
4
5
6
7
8
9
10
11
cat <<'EOF' > expected
EOF
test_diff <<'EOF'
#if 0
# if 1
#  error "not an error"
# endif
#endif

int main() {}
EOF