xref: /llvm-project/clang/test/Preprocessor/header-search-crash.c (revision b293c6280d06f49c5ca7290855911341ab0bdffa)
1 // RUN: rm -rf %t && mkdir %t
2 // RUN: %hmaptool write %S/Inputs/header-search-crash/foo.hmap.json %t/foo.hmap
3 // RUN: %clang -cc1 -E %s -I %t/foo.hmap -verify
4 
5 #include "MissingHeader.h" // expected-error {{'MissingHeader.h' file not found}}
6