[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / preamble-reparse-cmd-define.c
blobd3513f55f1e048bc12a26cbe15158558d67a7888
1 // RUN: c-index-test -write-pch %t.h.pch %s.h
2 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_REMAP_AFTER_TRIAL=1 c-index-test -test-load-source-reparse 3 local \
3 // RUN: "-remap-file=%s,%s.remap" %s -include %t.h -D CMD_MACRO=1 2>&1 | FileCheck %s
5 // CHECK-NOT: error:
7 int foo(void) {
8 return x;