mirror of
https://github.com/opnsense/src.git
synced 2026-03-04 22:32:37 -05:00
8 lines
250 B
C++
8 lines
250 B
C++
#include "complete-preamble.h"
|
|
void f() {
|
|
std::
|
|
}
|
|
|
|
// RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:8 %s -o - | FileCheck -check-prefix=CC1 %s
|
|
// CHECK-CC1: {ResultType void}{TypedText wibble}{LeftParen (}{RightParen )} (50)
|
|
|