#ifndef CORE_RINGBUFFER_TESTS_HPP #define CORE_RINGBUFFER_TESTS_HPP namespace Core::RingBufferTests { void test(); } #endif