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