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