mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix missing type_info with manual linear search
This commit is contained in:
+1
-8
@@ -2,13 +2,6 @@
|
||||
#load "math.odin"
|
||||
|
||||
main :: proc() {
|
||||
i: int
|
||||
s: struct {
|
||||
x, y, z: f32
|
||||
}
|
||||
p := ^s
|
||||
|
||||
a: any = i
|
||||
|
||||
a: any = 1
|
||||
println(137, "Hello", 1.25, true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user