blob: 6861f8d45c7f68935169308626e9f009bbf3ef35 [file] [log] [blame]
void inner_lib_func(void);
void outer_lib_func(void) { inner_lib_func(); }