repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
pragma-system_header3.h
blob
e16f38f8aad4f4ac14bedd2279fea00c1f261731
1
#pragma GCC system_header
2
3
static
inline
int
f
()
4
{
5
int
i
;
6
return
i
;
7
}