Update memcheck description of C++ new and delete
[valgrind.git] / massif / tests / null.c
blob380b04f445a16fbf9e96bec8caa7540265be4940
1 // This test does no allocations, to make sure that case is handled ok (eg.
2 // no div-by-zero errors).
4 int main(void)
6 return 0;