summaryrefslogtreecommitdiffstats
path: root/test/Index/remap-complete.c
blob: 9b7de0699d4599353e32b1774721f5a597592422 (plain)
1
2
3
4
5
// RUN: c-index-test -code-completion-at=%s:1:12 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s | FileCheck %s
// XFAIL: win32

// CHECK: FunctionDecl:{ResultType void}{TypedText f0}{LeftParen (}{RightParen )}
void f() { }
OpenPOWER on IntegriCloud