aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/061.sh
blob: 17c5f6ad79b62d0190d69264c55944200a2d5b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set -e

cat <<'EOF' > expected
1
EOF

bash ../../test_diff.sh <<'EOF'
int printf();

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