Fix lvalue/rvalue binaries. Fix structured buffer output.
This commit is contained in:
7
test/for_index_outside.ink
Normal file
7
test/for_index_outside.ink
Normal file
@@ -0,0 +1,7 @@
|
||||
vertex main :: () {
|
||||
for i : 0..10 {
|
||||
x : float;
|
||||
}
|
||||
|
||||
i += 1;
|
||||
}
|
||||
Reference in New Issue
Block a user