Initial ensom

This commit is contained in:
2025-10-01 20:24:58 +02:00
parent d8107434df
commit 73f66fd5d4
2 changed files with 9 additions and 0 deletions

8
test/dangling_dot.ink Normal file
View File

@@ -0,0 +1,8 @@
Foo :: struct {
v : float2;
}
vertex main :: () {
f : Foo;
f..v.x = 0.0;
}