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