#ifndef CORE_CLOCK_TESTS_H #define CORE_CLOCK_TESTS_H namespace Core::ClockTests { void test(); } #endif