#![allow(dead_code, deprecated, unused_variables, unused_mut)] fn main() { for c in '\n'.escape_debug() { print!("{c}"); } println!(); }