// check-pass // (this requires debug assertions) #![feature(adt_const_params)] #![allow(incomplete_features)] fn foo(arg: &'static bool) -> bool { B == arg } fn main() { foo::<{ &true }>(&false); }