1 2 3 4 5 6 7 8
int testLib8A(void); int testLib8B(void); int main() { return (testLib8A() + testLib8B()); }