1 2 3 4 5 6 7 8
// run-pass #![allow(non_upper_case_globals)] pub const arg0: u8 = 1; pub fn main() { format!("{}", 1); }