I am trying to understand how the linking works. I have a simple C++ code
#include "a.h" int Other() { return 1; } int SomeFunction() { Other