blob: 9fc28384c61f1dc53f7778f0e2205650a345f323 [file] [log] [blame]
extern void lib4(void);
int main(void)
{
lib4();
return 0;
}