view gcc/testsuite/g++.dg/cpp1y/phoobhar.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source


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