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