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