1 2 3 4 5 6 7 8 9 10
static int f(void); int f(void) { return 0; } /* * check-name: static forward declaration * check-known-to-fail */