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