aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/empty_statements.sh
blob: 71caed5b881121192116404792865170131e6515 (plain)
1
2
3
4
5
6
7
cat <<'EOF' > expected
EOF

test_diff <<'EOF'
int main() { ; }
EOF