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