aboutsummaryrefslogtreecommitdiff
path: root/cm
diff options
context:
space:
mode:
Diffstat (limited to 'cm')
-rw-r--r--cm/ex01.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cm/ex01.lua b/cm/ex01.lua
index feaf876..636ea2a 100644
--- a/cm/ex01.lua
+++ b/cm/ex01.lua
@@ -12,7 +12,7 @@ Bar = _struct({
compound_field = _t("Foo"),
})
-uint32 = _alias("u32")
+uint32 = _alias(_t("u32"))
-- Note, defined after Bar!
Foo = _struct({