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