DEBSOURCES
Skip Quicknav
sources / sparse / 0.6.4-5 / validation / linear / missing-return0.c
12345678910
static int foo(int a) { if (a) return 1; } /* * check-name: missing-return0 * check-command: sparse -vir -flinearize=last $file */