DEBSOURCES
Skip Quicknav
sources / sparse / 0.6.4-5 / validation / linear / phi-order04.c
123456789101112
static void foo(int *b) { if (1) { int c; b = &c; } } /* * check-name: phi-order04 * check-command: sparse -vir -flinearize=last $file */