[VPlan] Perform DT expensive input DT verification earlier (NFC).
[llvm-project.git] / clang / test / Import / inherited-ctor-init-expr / test.cpp
blob9e15e382edc174bd80f8cb92b996eb951f840af4
1 // RUN: clang-import-test -dump-ast -expression=%s -import=%S/Inputs/A.cpp | FileCheck %s
2 // CHECK: | | | `-CXXInheritedCtorInitExpr
4 void foo() {
5 C c;