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