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