blob: c0d3e9398dc5d4eebb0a9c4e12ebd08d85020887 [file] [log] [blame]
// compile-flags: -Zmiri-seed=
fn main() {
println!("Hello {}", 13);
println!("{:0<width$}", "hello", width = 10);
}