Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / objc_boxable_record.h
blobdb2a3a8fc5615f33c815e21e402caf9722398068
1 // used with objc_boxable.m test
2 struct boxable {
3 int dummy;
4 };