summaryrefslogtreecommitdiff
path: root/src/test/ui/extern/issue-80074.rs
blob: f83027d4abfd23e19045d95ef8a5efe4651279f2 (plain)
1
2
3
4
5
6
7
8
9
10
// edition:2018
// build-pass
// aux-crate:issue_80074=issue-80074-macro.rs

#[macro_use]
extern crate issue_80074;

fn main() {
    foo!();
}