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