summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/unnamed_fields/Inputs/il.cpp
blob: 1bb0f358dcff61f5377e57a3e4357be8862e693d (plain)
1
2
3
void f(int X, int Y, bool Z) {
  auto x = [X, Y, Z] { (void)Z; };
}