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