summary refs log tree commit diff
path: root/src/test/ui/issues/issue-11692-2.rs
blob: 61be284d7320eeaf3c82e17350ae38dc5922ac96 (plain)
1
2
3
fn main() {
    concat!(test!()); //~ ERROR cannot find macro `test!` in this scope
}