Files
Ink/test/parse/redeclared_variable.golden

5 lines
73 B
Plaintext

(program
(fun vertex vs_main
[]
(:= x float 1)
(:= x float 5)))