1 2 3 4 5 6 7 8 9 10
// MIR for `constant` after built fn constant() -> () { debug scalar => const 5_usize; let mut _0: (); bb0: { return; } }