2020-02-16 21:45:29 +08:00
|
|
|
#include "cpyTest.hpp"
|
|
|
|
#include "cpyTest2.hpp"
|
|
|
|
#include "cpyTest3.hpp"
|
2020-02-20 03:05:19 +08:00
|
|
|
#include "ccppyyTTeesstt/cpyTest4.hpp"
|
2020-02-16 21:45:29 +08:00
|
|
|
|
|
|
|
std::string getStrCpyTest() {
|
2020-02-20 03:05:19 +08:00
|
|
|
return CPY_TEST_STR_2 CPY_TEST_STR_3 CPY_TEST_STR_4;
|
2020-02-16 21:45:29 +08:00
|
|
|
}
|