xref: /openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/constants.t (revision b39c515898423c8d899e35282f4b395f7cad3298)
1*b39c5158Smillertuse strict;
2*b39c5158Smillertuse Test::More tests => 1;
3*b39c5158Smillertuse Attribute::Handlers;
4*b39c5158Smillert# This had been failing since the introduction of proxy constant subroutines
5*b39c5158Smillertuse constant SETUP => undef;
6*b39c5158Smillertsub Test : ATTR(CODE) { };
7*b39c5158Smillertok(1, "If we got here, CHECK didn't fail");
8