OSDN Git Service

* c-common.c (c_common_init): Set up CPP arithmetic.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / syshdr2.h
1 /* This file would generate an error because of #include_next, but the
2    #pragma marks it a system header, so the error is suppressed.  */
3
4 #pragma GCC system_header
5 #include_next <stdio.h>