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