xref: /minix3/external/bsd/llvm/dist/clang/test/Index/remap-complete.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s,%S/Inputs/remap-complete-to.c" %s | FileCheck %s
2f4a2713aSLionel Sambuc 
3f4a2713aSLionel Sambuc // CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (}
f()4f4a2713aSLionel Sambuc void f() { }
5