ref: dae8be83400216caec8ecda7da7a32f7e48e9a7c dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }