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