mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
4de9c6d491
Related to #96399
11 lines
168 B
Rust
11 lines
168 B
Rust
#[macro_export]
|
|
macro_rules! abracadabra {
|
|
() => {}
|
|
}
|
|
#[macro_export]
|
|
macro_rules! abracadabra_b {
|
|
() => {}
|
|
}
|
|
pub fn abracadabra() {}
|
|
pub fn abracadabra_c() {}
|