1 2 3 4 5 6 7 8 9
#include "lib.h" #include <string_view> namespace lib { std::string_view print() { return "test"; } }