Douglas Gregor | 735df88 | 2009-12-02 09:21:34 +0000 | [diff] [blame] | 1 | // 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 )} | ||||
4 | void f() { } |