summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/60066-Issue_3409.cpp
blob: 969275dc4ab8f12df0e20b3b630bc0aabb421731 (plain)
1
2
3
4
5
6
7
8
namespace ns1 {
namespace ns2 {
const auto lamb = []() -> int
{
    return 42;
};
}
}