Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / debug-info-limited-struct.h
blobca4c096e6459c92b7d322c2d012bb2ba1284da90
1 struct foo {
2 int i;
3 };
5 void func(void) {
6 struct foo *f;
7 f->i = 3;