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