From 01969818aec859611ca1989783b6e0d7f81bdf9e Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 19 Aug 2022 06:50:12 +0200 Subject: alignof, offsetof --- bootstrap/test.cff | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap/test.cff') diff --git a/bootstrap/test.cff b/bootstrap/test.cff index 5e384af..ef0bbfb 100644 --- a/bootstrap/test.cff +++ b/bootstrap/test.cff @@ -107,6 +107,7 @@ extern fn main (argc int, argv **u8) int { printf("sizeof(is) = %zu\n", sizeof(is)); printf("sizeof *void = %zu\n", sizeof *void); + printf("alignof f64= %zu\n", alignof f64); printf("1.2 -> %#.8x\n", transmute(u32, 1.2f)); switch is.#len { -- cgit v1.2.3