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