This PR adds tests for #325, #1092, #1214, #1278, #1329 and #1427.
// rustfmt-fn_args_layout = "block"
#![feature(pub_restricted)]
mod inner_mode {
pub(super) fn func_name(abc: i32) -> i32 {
abc
}