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