#include "../../include/lib2/lib2.h" namespace clanguml::t40002::lib2 { int foo0() { return 0; } int foo1() { return 1; } int foo() { return foo1(); } }