This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make pad names always UTF8
[perl5.git] / ext / XS-APItest / t / rv2cv_op_cv.t
1 use warnings;
2 use strict;
3 use Test::More tests => 1;
4
5 use XS::APItest;
6
7 XS::APItest::test_rv2cv_op_cv();
8 ok 1;
9
10 1;