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