blob: 181cd09734ec0343c99880eed239954c3a667220 [file] [log] [blame]
extern int libA(void);
int main(void)
{
return libA();
}