blob: 9db7914c7e42df6c7f149ffd85d9982c40cf9468 [file] [log] [blame]
extern void lib1(void);
void lib2(void)
{
lib1();
}