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