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