summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/sp_throw_paren.cpp
blob: f45f1a9a7259430aa5438d4bfdfcd8516ec7409c (plain)
1
2
3
4
5
6
7

void foo()
{
   throw(x);
   throw   (y);
   throw (z);
}