j
k
j a
j l
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,
Back to the thread
Back to the list