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