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