blob: 3160e5f52ac288d1025d331fe91676ad9fdcfbc7 [file]
void liba_func();
void libb_func() {
liba_func();
}