// error-pattern: unresolved name `this_does_nothing_what_the`.
fn main() { info2!("doing"); this_does_nothing_what_the; info2!("boing"); }