bolt/deps/llvm-18.1.8/clang/test/Preprocessor/header-search-crash.c

6 lines
242 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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}}