//@ check-pass pub fn todo() -> T { const { todo!() } } fn main() { let _: usize = const { 0 }; }