Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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>