Clang

 view release on metacpan or  search on metacpan

t/01-tunit.t  view on Meta::CPAN

#!perl -T

use Test::More;

use Clang;

my $index = Clang::Index -> new(0);
my $tunit = $index -> parse('t/fragments/test.c');

is($tunit -> spelling, 't/fragments/test.c');

done_testing;



( run in 1.805 second using v1.01-cache-2.11-cpan-364913b4093 )