blob: 5780ba6b0ddd01fcbd9ea0f06e59e3ed70575729 [file] [log] [blame]
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\\.
*/