blob: ffc467f4a7bd1074c18c2916b31de768d879ac9f [file] [log] [blame]
Argyrios Kyrtzidis5899e892013-12-05 20:13:27 +00001// RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s,%S/Inputs/remap-complete-to.c" %s | FileCheck %s
Douglas Gregor9485bf92009-12-02 09:21:34 +00002
Douglas Gregor023da0d2010-03-24 21:04:06 +00003// CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (}
Douglas Gregor9485bf92009-12-02 09:21:34 +00004void f() { }