blob: 06edfd5b333c0bdfd4bae3a724ecbf904ec66153 [file] [log] [blame] [edit]
extern void lib1(void);
int main(void)
{
lib1();
return 0;
}