summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30272-sp_throw_paren.cpp
blob: ea851afff3fdd072d4f7942d6b7e01a31e225234 (plain)
1
2
3
4
5
6
7

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