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

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

int printf();

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