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