Argyrios Kyrtzidis | 5899e89 | 2013-12-05 20:13:27 +0000 | [diff] [blame] | 1 | // RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s,%S/Inputs/remap-complete-to.c" %s | FileCheck %s |
Douglas Gregor | 9485bf9 | 2009-12-02 09:21:34 +0000 | [diff] [blame] | 2 | |
Douglas Gregor | 023da0d | 2010-03-24 21:04:06 +0000 | [diff] [blame] | 3 | // CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (} |
Douglas Gregor | 9485bf9 | 2009-12-02 09:21:34 +0000 | [diff] [blame] | 4 | void f() { } |