Y
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
zefix
1175 days ago
C does not have exceptions...
link
rrobukef
1173 days ago
But it has long_jmp, right?
link