brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · 9e15e38 Raw
7 lines · cpp
1// RUN: clang-import-test -dump-ast -expression=%s -import=%S/Inputs/A.cpp | FileCheck %s2// CHECK: | | | `-CXXInheritedCtorInitExpr3 4void foo() {5  C c;6}7