init commit
This commit is contained in:
5
test/parse/redeclared_variable.golden
Normal file
5
test/parse/redeclared_variable.golden
Normal file
@@ -0,0 +1,5 @@
|
||||
(program
|
||||
(fun vertex vs_main
|
||||
[]
|
||||
(:= x float 1)
|
||||
(:= x float 5)))
|
||||
Reference in New Issue
Block a user