DEBSOURCES
Skip Quicknav
sources / sparse / 0.4.1-1 / validation / static-forward-decl.c
12345678910
static int f(void); int f(void) { return 0; } /* * check-name: static forward declaration * check-known-to-fail */