Could someone run the following code under a microsoft compiler for me,
and let me know the result?
main() {
int x = 0;
__try {
x = 1;
__leave;
} __finally {
x = 2;
}
printf("x was %d\n", x);
}
thanks,
--
gmt
"If everyone is thinking alike then somebody isn't
thinking." --George S. Patton