use std::io; fn main() -> io::Result<()> { // Does nothing yet Ok(()) }