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