#include #include "libx.h" namespace libx { void foo(void) { std::cout << "hello from libx!" << std::endl; } }