pub fn must_const_expr()
fn main(){ let an = (42,).0; const AN: i32 = an; // Error: attempt to use a non-constant value in a constant }