For loops have many uses.

[ Text link: https://godbolt.org/z/1cso144nM ]

Compiler Explorer - C

int main() { a("this is fine."); return 0; } [[gnu::unused]] static void foo() { for (int a(char*) asm("puts"); 0; ); }

@lcamtuf speaking as an old-school K&R neckbeard, I would like to report my psyche is permanently scarred by this toot!
😖

And yes AC, scared works too!
😃

@lcamtuf haha ptr go brrrrrrr
@lcamtuf why the hell is it in scope?