blob: 8f4810522527c7ed50ead59d5957a2d2956fdab5 [file] [log] [blame]
Douglas Gregorcda209a2012-08-17 05:26:33 +00001#include "complete-preamble.h"
2void f() {
3 std::
4}
5
6// RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:8 %s -o - | FileCheck -check-prefix=CC1 %s
7// CHECK-CC1: {ResultType void}{TypedText wibble}{LeftParen (}{RightParen )} (50) (parent: Namespace 'std')
8