mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-23 16:06:24 +00:00
30e0c43c17
Reviewers: a.sidorin, a_sidorin Reviewed By: a_sidorin Subscribers: a_sidorin, martong, cfe-commits Differential Revision: https://reviews.llvm.org/D50552 llvm-svn: 339505
6 lines
102 B
C++
6 lines
102 B
C++
// RUN: clang-import-test -import %S/Inputs/F.cpp -expression %s
|
|
void expr() {
|
|
X X1;
|
|
Y Y1 = X1;
|
|
}
|