aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin6
1 files changed, 5 insertions, 1 deletions
diff --git a/code/demo.odin b/code/demo.odin
index beb56b950..edcdaa49f 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -11,7 +11,11 @@
main :: proc() {
- T0 :: struct #align 8 {};
+ Value :: type f32;
+ m0: map[int]Value;
+ m1: map[string]Value;
+ m2: map[f32]Value;
+ // fm: map[128, int]f32;
/*
{