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