blob: 252108b40437c81bc493bf318cc2aef742eb2760 (
plain)
1
2
3
4
|
// RUN: c-index-test -code-completion-at=%s:1:12 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s | FileCheck %s
// CHECK: FunctionDecl:{TypedText f0}{LeftParen (}{RightParen )}
void f() { }
|