#ifndef CORE_STRING_TESTS_H #define CORE_STRING_TESTS_H namespace Core::StringTests { void test(); } #endif