aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/test.cff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-19 06:50:12 +0200
committerlemon <lsof@mailbox.org>2022-08-19 06:50:12 +0200
commit01969818aec859611ca1989783b6e0d7f81bdf9e (patch)
tree80324a21b5b4647107d6596eaabd741e9f824f39 /bootstrap/test.cff
parenteb48600f4da4e52dd2cb46a284474c4cba8fe237 (diff)
alignof, offsetof
Diffstat (limited to 'bootstrap/test.cff')
-rw-r--r--bootstrap/test.cff1
1 files changed, 1 insertions, 0 deletions
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 {