// build-pass //! Regression test for . #![feature(unsized_fn_params)] pub fn take_unsized_slice(s: [u8]) { s[0]; } fn main() {}