#!perl
use warnings;
use strict;

use Function::Parameters;

fun bad_3($x, %y, $z) {}

'ok'