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