The following programs compiles and links successfully, but gets stuck at runtime: ```c static void foo();//{} int main(){foo();} ``` But it should fail to link.