blob: 020c9c26512d6b8365c8e6efcb78579abe36f603 [file] [log] [blame]
#![allow(unused_mut)]
pub fn main() { let mut n; n = 1; println!("{}", n); }