#ifndef CORE_THREAD_TESTS_HPP #define CORE_THREAD_TESTS_HPP namespace Core::ThreadTests { void test(); } #endif