repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR tree-optimization/33562
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
syshdr2.h
blob
0140fdac166566f1f73487da3accf6cbfe759d77
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. */
3
4
#pragma GCC system_header
5
#include_next <stdio.h>