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