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