The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Lexical::Types::TestRequired3X;

use Lexical::Types as => \&main::cb3;

my Int3X $x;
Test::More::is($x, __FILE__.':'.(__LINE__-1),
                                            'pragma in use after double setup');

1;