blob: 9e15e382edc174bd80f8cb92b996eb951f840af4 [file] [log] [blame]
Balazs Keri95baa842018-07-25 10:21:06 +00001// RUN: clang-import-test -dump-ast -expression=%s -import=%S/Inputs/A.cpp | FileCheck %s
2// CHECK: | | | `-CXXInheritedCtorInitExpr
3
4void foo() {
5 C c;
6}