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