StackTests.h 92 B

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