Code:
#include <stdio.h>
int main ( ) {
  while ( 0 ) printf("No it's not\n" );
  return 0;
}