blob: 7548537a92a1309ddde425eebca3a9bfcb0fd5f9 [file] [log] [blame]
static void foo(int *b)
{
if (1) {
int c;
b = &c;
}
}
/*
* check-name: phi-order04
* check-command: sparse -vir -flinearize=last $file
*/