summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cpp/Issue_1813-3.cpp
blob: 93e0799cba0ee6fb7e599d41fbf63781fb563995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace n1 {
                 namespace n2 {
      namespace n3 {

        void func() {
      another_func([]() {
                                     return 42;
          });
    }

    }
    }
    }