Douglas Gregor | cda209a | 2012-08-17 05:26:33 +0000 | [diff] [blame^] | 1 | #include "complete-preamble.h" |
2 | void 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 |