blob: 2749b178cf0fc1511f5d7f11b7fc588eb36cdb82 [file] [log] [blame]
int testLib8A(void);
int testLib8B(void);
int main()
{
return (testLib8A() + testLib8B());
}