blob: 98ad67976cf1af54319a22f8a8163e03979e89ce [file] [log] [blame]
Nick Lewyckyb346d2f2012-04-16 02:51:46 +00001#include "some_struct.h"
2void foo() {
3 struct X x;
4 x.
5
6// RUN: CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:4:5 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC1 %s
7// CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35) (parent: StructDecl 'X')