Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / odr_hash-Friend / M1.h
blob202ad06c3488cb37679e7147f27377ece373659e
1 #include "Box.h"
3 void Peek() {
4 Box<> Gift;
5 Gift.test();