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

test_diff <<'EOF'
int printf();

int main() {
    printf("%d\n", __ducc__);
    return 0;
}
EOF