Perl builds fine on Windows 7
[p5sagit/p5-mst-13.2.git] / ext / Devel-DProf / dprof / test7_v
1 # perl
2
3 use V;
4
5 dprofpp( '-T' );
6 $expected = 
7 qq{main::BEGIN
8 main::foo
9 };
10 report 19, sub { $expected eq $results };