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