6 lines
116 B
Rust
6 lines
116 B
Rust
#[macro_use]
|
|
mod macros;
|
|
|
|
test!(simple_debug, "@debug 2", "");
|
|
test!(simple_debug_with_semicolon, "@debug 2;", "");
|