gcc/libstdc++-v3/testsuite/17_intro/no_library_allocation.cc

9 lines
146 B
C++

#include <testsuite_hooks.h>
#include <replacement_memory_operators.h>
int main()
{
VERIFY( __gnu_test::counter::count() == 0 );
return 0;
}