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