Hacker News new | ask | show | jobs
by rrobukef 1175 days ago
I find this especially surprising because line 2 may be exactly the reason why line 5 is unreachable. E.g. if puts("A") contractually throws an exception you cannot just remove it.

What am I missing in this example?

1 comments

C does not have exceptions...
But it has long_jmp, right?