1use strict;
2use warnings;
3use Test::More;
4
5eval "use Test::Valgrind; 1" or do {
6    plan skip_all => 'Test::Valgrind is not installed.';
7};
8
9leaky();
10