summaryrefslogtreecommitdiff
path: root/test/profile8.ok
blob: 2b9c156f4be88b2180d0f9b1663a86a015150cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	if (0) {
	} else {
	}
}

{
	while (0) {
	}
}

{
	do {
	} while (0)
}

{
	for (;;) {
	}
}