Initial ensom
This commit is contained in:
8
test/dangling_dot.ink
Normal file
8
test/dangling_dot.ink
Normal file
@@ -0,0 +1,8 @@
|
||||
Foo :: struct {
|
||||
v : float2;
|
||||
}
|
||||
|
||||
vertex main :: () {
|
||||
f : Foo;
|
||||
f..v.x = 0.0;
|
||||
}
|
||||
Reference in New Issue
Block a user