The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use v6;

use Test;

plan 1;

#L<S02/Mutable types/Array>
{
    ok(1);
    BEGIN { $tests += 1; }
}