1 2 3 4 5 6
extern int generated_function(void); int static_lib_function(void) { return generated_function(); }