summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst_utf8.aux
blob: c1a2cc8a92c892e7a8fbc748f0c8890fff2e9bf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
use utf8;
use open qw( :utf8 :std );

use XS::APItest qw(labelconst);
my $z = "";
$z .= labelconst FǑǑ:;
$z .= labelconst BÀR:
	;
$z .= labelconst ᛒÀZ
	:;
$z .= labelconst
	QÙÙX:;
$z;