2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / syshdr2.h
blob0140fdac166566f1f73487da3accf6cbfe759d77
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. */
4 #pragma GCC system_header
5 #include_next <stdio.h>