Sign in
gnu
/
gcc
/
master
/
.
/
libstdc++-v3
/
testsuite
/
17_intro
/
no_library_allocation.cc
blob: 278d4757c9399d0e1d49c2589a47c6c1b9bf96fd [
file
] [
log
] [
blame
]
#include
<testsuite_hooks.h>
#include
<replacement_memory_operators.h>
int
main
()
{
VERIFY
(
__gnu_test
::
counter
::
count
()
==
0
);
return
0
;
}