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