mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 03:55:48 -04:00

Reviewers: a.sidorin, martong Reviewed By: martong Subscribers: rnkovacs, a_sidorin, martong, cfe-commits Differential Revision: https://reviews.llvm.org/D49293 llvm-svn: 337898
7 lines
156 B
C++
7 lines
156 B
C++
// RUN: clang-import-test -dump-ast -expression=%s -import=%S/Inputs/A.cpp | FileCheck %s
|
|
// CHECK: | | | `-CXXInheritedCtorInitExpr
|
|
|
|
void foo() {
|
|
C c;
|
|
}
|