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