aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/crash-add-doms.c
blob: 54ad93e8424f4a34902fcaa71db2d526d9dad6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
char a;
int b;
void c(void)
{
	if (0) {
		char *d;
		for (;;)
			for (;;)
e:
				*d *= (a && 0) ^ b && *d;
	}
	goto e;
}


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