From e121612e7636a32f6b3b1944c41a45c190984f3d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 4 May 2025 15:40:44 +0900 Subject: pointer arithmetic operations --- tests/023.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/023.sh') 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*)); -- cgit v1.2.3-70-g09d2