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