summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/bug_1108.cpp
blob: 573a9810f1e9b53c5663fac385f9674f1d604086 (plain)
1
2
3
4
5
6
7
8
int foo()
   {
   const std::map<std::string, int> bar =
      {
         { "abcXYZ", -13 },
      };
   return 5;
   }