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