summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.aux
blob: d357a968e88bfd6c7b06d17ff23313329356ad6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
use XS::APItest qw(labelconst);
my $z = "";
$z .= labelconst FOO:;
$z .= labelconst BAR:
	;
$z .= labelconst BAZ
	:;
$z .= labelconst
	QUUX:;
$z;