| Current Path : /proc/self/root/proc/self/root/proc/self/root/usr/share/doc/perl-Test-LeakTrace/xt/ |
| Current File : //proc/self/root/proc/self/root/proc/self/root/usr/share/doc/perl-Test-LeakTrace/xt/05_valgrind.t |
#!/usr/bin/perl
use strict;
use warnings;
use Test::Valgrind;
use Test::More;
use Test::LeakTrace;
no_leaks_ok {
my $a = 1 + 1;
};
done_testing;