blob: 8db25689436164777bc750fae5f5cdd474a792db [file]
//@ pp-exact
//@ edition:2021
#![allow(unused_imports)]
// Braces around `self` must be preserved, because `use foo::self` is not valid Rust.
use std::io::{self};
use std::fmt::{self, Debug};
fn main() {}