#include "lib.h" namespace lib { void func2(); } int lib::func() { return 42; } void lib::func2() { }