summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3710.cpp
blob: 4c31fe908bda036109345bbab29e377e8f8a65e5 (plain)
1
2
3
4
void foo()
{
  PyErr_SetString( PyExc_KeyError, sstr.str().c_str() );
}