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

int main() {}
EOF