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