aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/023.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/023.sh')
-rw-r--r--tests/023.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/023.sh b/tests/023.sh
index 86e2aa6..cb77c22 100644
--- a/tests/023.sh
+++ b/tests/023.sh
@@ -18,6 +18,8 @@ sizeof(long***) = 8
sizeof(void***) = 8
EOF
bash ../../test_diff.sh <<'EOF'
+int printf();
+
int main() {
printf("sizeof(int) = %d\n", sizeof(int));
printf("sizeof(int*) = %d\n", sizeof(int*));