VectorTests.h 95 B

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