blob: 252108b40437c81bc493bf318cc2aef742eb2760 [file] [log] [blame]
Douglas Gregor735df882009-12-02 09:21:34 +00001// RUN: c-index-test -code-completion-at=%s:1:12 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s | FileCheck %s
2
3// CHECK: FunctionDecl:{TypedText f0}{LeftParen (}{RightParen )}
4void f() { }