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