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