summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-preamble.cpp
blob: 8f4810522527c7ed50ead59d5957a2d2956fdab5 (plain)
1
2
3
4
5
6
7
8
#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) (parent: Namespace 'std')

OpenPOWER on IntegriCloud