brintos

brintos / llvm-project-archived public Read only

0
0
Text · 182 B · 81ef826 Raw
9 lines · cpp
1// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s 2>&1 \2// RUN: | FileCheck %s --implicit-check-not "error:"3#ifndef FOO_H4#define FOO_H5 6void foo();7 8#endif9