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