summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/macro-name-typo.rs
blob: 1ddc419d302acf81e042f20c48ab57779dbaf9ec (plain)
1
2
3
fn main() {
    printlx!("oh noes!"); //~ ERROR cannot find
}