aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/crash-rewrite-branch.c
blob: eb310df1cd61264c82f71c283403ed58da3acb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
void a(int c, int e)
{
	for(;                   b; c ;

	if (()) {
		unsigned short d = e;
		if (())
			while ()
				;
		&d;
	}

	if (()) {
		int f = &f;
	}
}

/*
 * check-name: crash rewrite_branch
 * check-command: test-linearize $file
 *
 * check-error-ignore
 * check-output-ignore
 */