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