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