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