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