summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30283-Issue_3321.h
blob: 9444d24cd4f1165aadb8140573b9a40189626eb6 (plain)
1
2
3
4
5
6
7
8
auto l1 = []() {
	  };
auto l2 = [&]() {
	  };
auto l3 = []() noexcept {
	  };
auto l4 = [&]() noexcept {
	  };