13 lines
176 B
C++
13 lines
176 B
C++
#include "../../include/lib1/lib1.h"
|
|
|
|
#include <string>
|
|
|
|
namespace clanguml::t40002::lib1 {
|
|
|
|
int foo0() { return 0; }
|
|
|
|
int foo1() { return 1; }
|
|
|
|
int foo() { return foo1(); }
|
|
|
|
} |