From 3083cf126cf3989b257546aa3b1b69608aac7923 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 6 Aug 2022 05:25:16 +0200 Subject: sizeof --- bootstrap/test.cff | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bootstrap/test.cff') diff --git a/bootstrap/test.cff b/bootstrap/test.cff index fb1741d..011d386 100644 --- a/bootstrap/test.cff +++ b/bootstrap/test.cff @@ -46,5 +46,9 @@ extern fn main (argc int, argv **u8) int { printf("%d\n", is[i]); } + printf("sizeof(is) = %zu\n", sizeof(is)); + printf("sizeof *void = %zu\n", sizeof *void); + + return 0; } -- cgit v1.2.3