Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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>