Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / DependsOnModule.framework / Headers / cxx_other.h
blob724d7987af5bbcf9809327e77505ec6304a36baa
1 class CXXOnly {
2 public:
3 CXXOnly();
4 ~CXXOnly();
5 };