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