Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / ASTMerge / unnamed_fields / Inputs / il.cpp
blob1bb0f358dcff61f5377e57a3e4357be8862e693d
1 void f(int X, int Y, bool Z) {
2 auto x = [X, Y, Z] { (void)Z; };