1*f4a2713aSLionel Sambuc #include "complete-preamble.h" f()2*f4a2713aSLionel Sambucvoid f() { 3*f4a2713aSLionel Sambuc std:: 4*f4a2713aSLionel Sambuc } 5*f4a2713aSLionel Sambuc 6*f4a2713aSLionel Sambuc // RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:3:8 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s 7*f4a2713aSLionel Sambuc // CHECK-CC1: {ResultType void}{TypedText wibble}{LeftParen (}{RightParen )} (50) 8*f4a2713aSLionel Sambuc 9