BEGIN { skip "requires 5.20.0" if $^V lt v5.20.0 } # omit
my(%h, $h);
my %slice = %h{'key1', 'key2'};
%slice = %$h{'key1', 'key2'}
