StackAllocatorTests.h 119 B

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