Help language development. Donate to The Perl Foundation

Math::FFT::Libfftw3::C2C zef:FRITH last updated on 2022-11-27

t/00-use.t
#!/usr/bin/env perl6

use Test;
use lib 'lib';

use-ok 'Math::FFT::Libfftw3::Raw';

done-testing;