Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / conversion-decl / test.cpp
blobdc9e6d85dd34006308845db8dfd2a68e86218cc2
1 // RUN: clang-import-test -import %S/Inputs/F.cpp -expression %s
2 void expr() {
3 X X1;
4 Y Y1 = X1;