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