#ifndef CORE_BOX_TESTS_H #define CORE_BOX_TESTS_H namespace Core::BoxTests { void test(); } #endif