Consider this code:
int foo(); int main() { foo(); while(1){} }
int foo() is implemented in a shared object.
int foo()
Comp