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