For loops have many uses.
[ Text link: https://godbolt.org/z/1cso144nM ]
int main() { a("this is fine."); return 0; } [[gnu::unused]] static void foo() { for (int a(char*) asm("puts"); 0; ); }