1 /* GCC compound statements with void type */ 2 3 void 4 main(void) 5 { 6 ({ 7 void *v; 8 __asm__ volatile("noop"); 9 }); 10 } 11
Indexes created Thu Oct 02 10:09:58 GMT 2025