llvm-project/clang/test/Preprocessor/Inputs/include_instead/file-not-found.h

4 lines
166 B
C

#pragma GCC system_header
#pragma clang include_instead(<include_instead/does_not_exist.h>)
// expected-error@-1{{'include_instead/does_not_exist.h' file not found}}