1 2 3 4 5 6 7 8 9 10 11 12
static void foo(int *b) { if (1) { int c; b = &c; } } /* * check-name: phi-order04 * check-command: sparse -vir -flinearize=last $file */