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

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

int main() {}
EOF