#ifndef CORE_BUFFER_TESTS_HPP #define CORE_BUFFER_TESTS_HPP namespace Core::BufferTests { void test(); } #endif