You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
165 B

#if __STDC_VERSION__ != 199901L
# error "Not GNU C 99 mode!"
#endif
#ifndef __STRICT_ANSI__
# error "Not GNU C strict ANSI!"
#endif
int main(void)
{
return 0;
}