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