blob: 803809b238f0d2109be19bd53142ee0582b69732 [file] [log] [blame]
use anyhow::anyhow;
fn main() {
let _ = anyhow!(&String::new());
}