summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/Issue_3321.h
blob: 8e74beb2d423edcda373b6fcbc0a9710c20b089c (plain)
1
2
3
4
auto l1 = []() {};
auto l2 = [&]() {};
auto l3 = []() noexcept {};
auto l4 = [&]() noexcept {};