dummy.cpp 134 B

12345678
  1. #include "bench.h"
  2. namespace NBench {
  3. namespace NPrivate {
  4. void UseCharPointer(volatile const char*) {
  5. }
  6. }
  7. }