summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_lambdas.cpp
blob: eecaa23a31c5be3950d7bfef6c08acd4b5e67d95 (plain)
1
2
3
4
5

void someFunc()
{
  [](){}();
}