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