sub tst :break { ... } #### my $y :Int; #### sub hello :around(makebold) { return "ohai"; }
## my $y :Int; ##
## sub hello :around(makebold) { return "ohai"; }