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