aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile8.ok
blob: 763c6fef484b9dcf9cd4c02a3d60c0b3229d5fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
	# Rule(s)

	{
		if (0) {
		} else {
		}
	}

	{
		while (0) {
		}
	}

	{
		do {
		} while (0)
	}

	{
		for (;;) {
		}
	}