blob: 20c6087318601579b40081b5f2fea7a628d08fa8 [file] [log] [blame]
extern void testlib(void);
int main(void)
{
testlib();
return 0;
}