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