f4a2713ac8
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
7 lines
267 B
C
7 lines
267 B
C
#include "some_struct.h"
|
|
void foo() {
|
|
struct X x;
|
|
x.
|
|
|
|
// 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
|
|
// CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35)
|