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

test_diff <<'EOF'
#include <stdarg.h>

int printf();

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