ArrayTests.h 92 B

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