aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/phoobhar.h
blob: 7feec3649966ae15240d574a0b08949c43fe23b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

int
phoo();

int
bhar();

#ifndef __has_include_next
#  error "__has_include_next"
#else
#  if __has_include_next("phoobhar.h")
#    include_next "phoobhar.h"
#  else
#    error "__has_include_next(\"phoobhar.h\")"
#  endif
#endif