blob: 9e15e382edc174bd80f8cb92b996eb951f840af4 [file] [log] [blame]
// RUN: clang-import-test -dump-ast -expression=%s -import=%S/Inputs/A.cpp | FileCheck %s
// CHECK: | | | `-CXXInheritedCtorInitExpr
void foo() {
C c;
}