summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-11692-2.rs
blob: 5957ed338f4e749dc91469d6a3fc9ed7b371dc33 (plain)
1
2
3
fn main() {
    concat!(test!()); //~ ERROR cannot find macro `test` in this scope
}