1 2 3 4 5 6 7
extern void f(void); /* f is not an inline definition, due to the preceeding declaration, so we *should* emit an external definition for it. */ inline void f(void) {}