(program (fun vertex vs_main [] (:= x float 2) (:= y float 5) (:= z float 10) (:= w float (+ (* x y) (* y (- z (/ x (* y x))))))))