xref: /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst_utf8.aux (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
1use utf8;
2use open qw( :utf8 :std );
3
4use XS::APItest qw(labelconst);
5my $z = "";
6$z .= labelconst FǑǑ:;
7$z .= labelconst BÀR:
8	;
9$z .= labelconst ᛒÀZ
10	:;
11$z .= labelconst
12	QÙÙX:;
13$z;
14