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