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