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