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

cat <<'EOF' > expected
123
EOF

bash ../../test_diff.sh <<'EOF'
#define foo() 123

int printf();

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