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