brintos

brintos / llvm-project-archived public Read only

0
0
Text · 302 B · 6b6ecfd Raw
11 lines · c
1// RUN: split-file %s %t2// RUN: c-index-test -single-file-parse %t/tu.c 2>&1 | FileCheck --allow-empty %t/tu.c3 4//--- header1.h5#define HEADER2_H "header2.h"6//--- header2.h7//--- tu.c8#include "header1.h"9// CHECK-NOT: tu.c:[[@LINE+1]]:10: error: expected "FILENAME" or <FILENAME>10#include HEADER2_H11