Your IP : 216.73.217.90


Current Path : /proc/self/root/proc/self/root/proc/self/root/usr/share/doc/perl-Test-LeakTrace/xt/
Upload File :
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;