#ifndef CORE_MATRIX_STACK_TESTS_HPP #define CORE_MATRIX_STACK_TESTS_HPP namespace Core::MatrixStackTests { void test(); } #endif