#define INFINITE_LOOP for(;;)
INFINITE_LOOP { printf("hello, world\n"); }
printf("hello, world\n"); INFINITE_LOOP;