blob: cff1bff3f374aed627677e2267ff89355fdfecf0 [file] [log] [blame]
extern void testlib(void);
void toplib(void)
{
testlib();
}