xref: /llvm-project/clang/test/Index/get-cursor-includes.c (revision fd4da713435a470be221ae1b823b3cb8ef518a60)
1*fd4da713SDouglas Gregor #include "get-cursor-includes-2.h"
2*fd4da713SDouglas Gregor #include "get-cursor-includes-2.h"
3*fd4da713SDouglas Gregor 
4*fd4da713SDouglas Gregor // RUN: c-index-test -write-pch %t.h.pch -I%S/Inputs -Xclang -detailed-preprocessing-record %S/Inputs/get-cursor-includes-2.h
5*fd4da713SDouglas Gregor // RUN: c-index-test -cursor-at=%S/Inputs/get-cursor-includes-2.h:1:5 -I%S/Inputs -include %t.h %s | FileCheck %s
6*fd4da713SDouglas Gregor 
7*fd4da713SDouglas Gregor // CHECK: inclusion directive=get-cursor-includes-1.h
8