1 // RUN: clang-import-test -dump-ast -expression=%s -import=%S/Inputs/A.cpp | FileCheck %s
2 // CHECK: | | | `-CXXInheritedCtorInitExpr
3 
foo()4 void foo() {
5   C c;
6 }
7