BitArrayTests.h 101 B

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