aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/store-dominated.c
blob: 5780ba6b0ddd01fcbd9ea0f06e59e3ed70575729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
static int a[];

static void foo(void)
{
	int *c = &a[1];
	*c = *c = 0;
}

/*
 * check-name: store-dominated
 * check-command: test-linearize $file
 *
 * check-output-ignore
 * check-output-excludes: add\\.
 */