aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/017.sh
blob: dd6edeb6b5ba64e3fa0d3377d2ecc375a7923f60 (plain)
1
2
3
4
5
6
7
8
set -e

touch expected
bash ../../test_diff.sh <<'EOF'
int main() {
    return 0;
}
EOF