blob: 1bb0f358dcff61f5377e57a3e4357be8862e693d [file] [log] [blame]
void f(int X, int Y, bool Z) {
auto x = [X, Y, Z] { (void)Z; };
}