brintos

brintos / llvm-project-archived public Read only

0
0
Text · 242 B · 8c04216 Raw
6 lines · c
1// RUN: rm -rf %t && mkdir %t2// RUN: %hmaptool write %S/Inputs/header-search-crash/foo.hmap.json %t/foo.hmap3// RUN: %clang -cc1 -E %s -I %t/foo.hmap -verify4 5#include "MissingHeader.h" // expected-error {{'MissingHeader.h' file not found}}6