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