7 lines
93 B
Rust
7 lines
93 B
Rust
use test_crate::*;
|
|
|
|
emit!(one, two, three, four, five);
|
|
emit_notes!(one, two);
|
|
|
|
fn main() {}
|