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