aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/109.sh
blob: 40b2c82ce220c692f9e3074b1ba3d4c3563dc9ce (plain)
1
2
3
4
5
6
7
8
9
10
cat <<'EOF' > expected
EOF

test_diff <<'EOF'
#if 1 // a
#else // b
#endif // c

int main() {}
EOF