brintos

brintos / llvm-project-archived public Read only

0
0
Text · 275 B · 7a4df05 Raw
8 lines · c
1#include "some_struct.h"2void foo() {3  struct X x;4  x.5 6// RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:%(line-2):5 -Xclang -code-completion-patterns  %s | FileCheck -check-prefix=CHECK-CC1 %s7// CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35)8