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