1*f4a2713aSLionel Sambuc #include "some_struct.h" foo()2*f4a2713aSLionel Sambucvoid foo() { 3*f4a2713aSLionel Sambuc struct X x; 4*f4a2713aSLionel Sambuc x. 5*f4a2713aSLionel Sambuc 6*f4a2713aSLionel Sambuc // RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:4:5 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC1 %s 7*f4a2713aSLionel Sambuc // CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35) 8