summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/bug_670.cpp
blob: e9229a8e83135e701eb0a50828f9e444f8619e07 (plain)
1
2
3
4
5
//3456789=123456789=123456789=123456789=123456789=123456789=12
std::map<int, std::string> FOO::foo(int key, std::string value)
{
    return std::map<int, std::string>(key, value);
}