#include "CLITemp.h" int Types::AttributedSum(int A, int B) { return A + B; } std::string Date::testStdString(std::string s) { return s + "_test"; } void testFreeFunction() { }