blob: cfafd3051d8f5f995b5e273f054fc1d1e72df790 [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
Daniel Dunbarbdf70c22009-12-03 11:12:50 +00002// XFAIL: win32
Douglas Gregor735df882009-12-02 09:21:34 +00003
4// CHECK: FunctionDecl:{TypedText f0}{LeftParen (}{RightParen )}
5void f() { }