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