summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30271-sp_throw_paren.cpp
blob: 21ce92915338e57b4e8f7eadbd5ec337ccccb986 (plain)
1
2
3
4
5
6
7

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