blob: f7ddff4d3dc7eb8082461d2f6dc310f6805166ba [file] [log] [blame]
#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;
}