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