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