The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use v6-alpha;

use Test;
plan 1;

my @a = 1..5;
is(try { [+] (@a »++ ) }, 20, "»(whatever) unimplemented", :todo<bug>);