xref: /minix3/external/bsd/llvm/dist/clang/test/Index/preamble-reparse-cmd-define.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1f4a2713aSLionel Sambuc // RUN: c-index-test -write-pch %t.h.pch %s.h
2f4a2713aSLionel Sambuc // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_REMAP_AFTER_TRIAL=1 c-index-test -test-load-source-reparse 3 local \
3*0a6a1f1dSLionel Sambuc // RUN:           "-remap-file=%s,%s.remap" %s -include %t.h -D CMD_MACRO=1 2>&1 | FileCheck %s
4f4a2713aSLionel Sambuc 
5f4a2713aSLionel Sambuc // CHECK-NOT: error:
6f4a2713aSLionel Sambuc 
foo()7f4a2713aSLionel Sambuc int foo() {
8f4a2713aSLionel Sambuc   return x;
9f4a2713aSLionel Sambuc }
10