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
2014-10-01 Edward Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
phoobhar.h
blob
7feec3649966ae15240d574a0b08949c43fe23b5
1
2
int
3
phoo
();
4
5
int
6
bhar
();
7
8
#ifndef __has_include_next
9
# error
"__has_include_next"
10
#else
11
# if __has_include_next(
"phoobhar.h"
)
12
# include_next
"phoobhar.h"
13
# else
14
# error
"__has_include_next(
\"
phoobhar.h
\"
)"
15
# endif
16
#endif