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