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