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