Foo.cpp 98 B

1234
  1. #include "tests/util/Foo.h"
  2. int Foo::constructorCallCount = 0;
  3. int Foo::destructorCallCount = 0;