blob: b9cdd61e722f5834d0fd5455d4694a04376754fe [file] [log] [blame]
extern int lib1_func(void);
int main(void)
{
return lib1_func();
}