1*b293c628SDmitry Polukhin // RUN: rm -rf %t && mkdir %t 2*b293c628SDmitry Polukhin // RUN: %hmaptool write %S/Inputs/header-search-crash/foo.hmap.json %t/foo.hmap 3*b293c628SDmitry Polukhin // RUN: %clang -cc1 -E %s -I %t/foo.hmap -verify 4*b293c628SDmitry Polukhin 5*b293c628SDmitry Polukhin #include "MissingHeader.h" // expected-error {{'MissingHeader.h' file not found}} 6