il.cpp 68 Bytes Raw Blame History Permalink 1 2 3 void f(int X, int Y, bool Z) { auto x = [X, Y, Z] { (void)Z; }; }