Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / conversion-decl / Inputs / F.cpp
blobb1776b0b26a5163a52e902f0ed1940e6e86957a6
1 class Y {
2 int M;
3 };
5 class X {
6 int N, M;
8 public:
9 operator Y();