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