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