PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / phoobhar.h
blob7feec3649966ae15240d574a0b08949c43fe23b5
2 int
3 phoo();
5 int
6 bhar();
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