8sa1-gcc/gcc/testsuite/gcc.dg/cpp/syshdr2.h
Zack Weinberg 537815242e syshdr.c: New test.
* gcc.dg/cpp/syshdr.c: New test.
	* gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.

From-SVN: r35099
2000-07-17 20:05:01 +00:00

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>