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