4 // CHECK-TU: FunctionDecl:{ResultType void}{TypedText foo}
8 // CHECK-NAMESPACE: FunctionDecl:{ResultType void}{TypedText lie}
12 #elif !defined(HEADER2)
27 // RUN: c-index-test -write-pch %t1.h.pch %s
28 // RUN: c-index-test -write-pch %t2.h.pch %s -include %t1.h
29 // RUN: c-index-test -code-completion-at=%s:22:1 %s -include %t2.h | FileCheck -check-prefix=CHECK-TU %s
30 // RUN: c-index-test -code-completion-at=%s:22:7 %s -include %t2.h | FileCheck -check-prefix=CHECK-NAMESPACE %s