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