brintos

brintos / llvm-project-archived public Read only

0
0
Text · 289 B · 617626b Raw
9 lines · c
1// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_BRIEF_COMMENTS=1 LIBCLANG_DISABLE_CRASH_RECOVERY=1 \2// RUN:   c-index-test -test-load-source-reparse 2 all -remap-file-0="%S/test.h,%S/test.h-0" -remap-file-1="%S/test.h,%S/test.h-1" -- %s3 4#include "test.h"5 6void foo() {7  bar();8}9