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