rustc/tests/ui/rust-2018/auxiliary/remove-extern-crate.rs
2023-08-02 10:33:26 +02:00

10 lines
101 B
Rust

#[macro_export]
macro_rules! foo {
() => ()
}
#[macro_export]
macro_rules! bar {
() => ()
}