blob: c6115f408535f3b786834fce33463709e43db9ea [file] [log] [blame]
// error-pattern: unresolved name: this_does_nothing_what_the
fn main() { debug!("doing"); this_does_nothing_what_the; debug!("boing"); }