mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
5 lines
226 B
C
5 lines
226 B
C
// 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() { }
|