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