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