* gcc.dg/cpp/syshdr.c: New test. * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files. From-SVN: r35099
6 lines
191 B
C
6 lines
191 B
C
/* This file would generate an error because of #include_next, but the
|
|
#pragma marks it a system header, so the error is suppressed. */
|
|
|
|
#pragma GCC system_header
|
|
#include_next <stdio.h>
|