blob: 7feec3649966ae15240d574a0b08949c43fe23b5 [file] [log] [blame]
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