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