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