StackTests.hpp 112 B

12345678
  1. #ifndef CORE_STACKTESTS_HPP
  2. #define CORE_STACKTESTS_HPP
  3. namespace Core::StackTests {
  4. void test();
  5. }
  6. #endif