#ifndef CORE_COMPONENTS_TESTS_H #define CORE_COMPONENTS_TESTS_H namespace Core::ComponentsTests { void test(); } #endif