#ifndef CORE_UTILITY_TESTS_H #define CORE_UTILITY_TESTS_H namespace Core::UtilityTests { void test(); } #endif