4 #include "../memcheck.h"
6 // Live 0-sized blocks were being reported as leaked.
7 // Also, test that a pointer in a register is handled correctly.
10 DECLARE_LEAK_COUNTERS
;
14 GET_INITIAL_LEAK_COUNTS
;
18 GET_FINAL_LEAK_COUNTS
;
20 PRINT_LEAK_COUNTS(stderr
);