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