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

	throw
	        ("error");

	throw
	        "error";

	throw
	        "error";

	throw
	        "error";

	throw
	        "error";
}