You're viewing a single thread.
All Comments
30 comments
int main() { useless: int x = 10; if (1) { goto useless; } }
40 0 ReplyYea, I saw C style and was disappointed when it didn't abuse gotos.
27 0 ReplyThis is the real way!
7 0 Reply
30 comments
Scroll to top