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