llvm/clang/test/ASTMerge/unnamed_fields/Inputs/il.cpp

void f(int X, int Y, bool Z) {
  auto x = [X, Y, Z] { (void)Z; };
}