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