summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/30909-Issue_1813-3.cpp
blob: 08c8405dc45958402fbf86044573222efbda856d (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;
      });
   }

}
}
}