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