// run-pass
// pretty-expanded FIXME #23616
use std::any::Any;
fn foo(_: &u8) {
}
fn main() {
let _ = &foo as &Any;