//@ known-bug: #123863 const fn concat_strs() -> &'static str { struct Inner; Inner::concat_strs::<"a">::A } pub fn main() {}