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