pub fn others_const_fn()
#[derive(Debug)] struct Answer(u32); const A: Answer = Answer(42); fn main(){ println!("{}", A); }