Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / odr_hash-Friend / M3.h
blobab457e0c08f21af4b56e35a5d315536f7d041ff5
1 #include "Box.h"
2 #include "M2.h"
4 void Party() {
5 Box<> Present;
6 Present.test();