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

cat <<'EOF' > expected
8
EOF

bash ../../test_diff.sh <<'EOF'
#include <stdarg.h>

int printf();

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