#ifndef CORE_STACKTESTS_H #define CORE_STACKTESTS_H namespace Core::StackTests { void test(); } #endif