aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/header-search-crash.c
blob: 8c04216d18ba12bba5aac29eb96790916317882b (plain)
1
2
3
4
5
// RUN: rm -rf %t && mkdir %t
// RUN: %hmaptool write %S/Inputs/header-search-crash/foo.hmap.json %t/foo.hmap
// RUN: %clang -cc1 -E %s -I %t/foo.hmap -verify

#include "MissingHeader.h" // expected-error {{'MissingHeader.h' file not found}}