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