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