aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/077.sh
blob: 89cfb8c618d8e019648297a84b2d0e7ee2eb4c3c (plain)
1
2
3
4
5
6
7
8
9
10
cat <<'EOF' > expected
0
EOF
test_diff <<'EOF'
int printf();

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