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