brintos

brintos / llvm-project-archived public Read only

0
0
Text · 258 B · 8a499bf Raw
10 lines · cpp
1// RUN: clang-import-test -dump-ast --import %S/Inputs/S1.cpp --import %S/Inputs/S2.cpp -expression %s | FileCheck %s2 3// CHECK: {{^`-CXXRecordDecl}}4// CHECK-SAME: Inputs/S2.cpp:1:1, line:3:1> line:1:8 struct F5 6void expr() {7  struct F f;8  int x = f.a;9}10