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 |
Daniel Dunbar | bdf70c2 | 2009-12-03 11:12:50 +0000 | [diff] [blame] | 2 | // XFAIL: win32 |
Douglas Gregor | 735df88 | 2009-12-02 09:21:34 +0000 | [diff] [blame] | 3 | |
Douglas Gregor | ff5ce6e | 2009-12-18 18:53:37 +0000 | [diff] [blame^] | 4 | // CHECK: FunctionDecl:{ResultType void}{TypedText f0}{LeftParen (}{RightParen )} |
Douglas Gregor | 735df88 | 2009-12-02 09:21:34 +0000 | [diff] [blame] | 5 | void f() { } |