summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34555-throws.cpp
blob: 26028e4df6aaeb7fa0b09080c1b3f107f42d469c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
int main()
{
	throw("error");

	throw  ("error");

	throw("error");

	throw("error");

	throw
	        ("error");

	throw

	        ("error");
}