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