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