
Includes regression test for problem noted by @hans. This reverts commit 973de7185606a21fd5e9d5e8c014fbf898c0e72f. Differential Revision: https://reviews.llvm.org/D106898
4 lines
166 B
C
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}}
|