Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / point.h
blobeab23d5867a8bac7d932c55573fa7db8fe169167
1 struct Point { int x, y; };