grass/crates/lib/tests/debug.rs
2023-01-07 19:47:32 +00:00

6 lines
116 B
Rust

#[macro_use]
mod macros;
test!(simple_debug, "@debug 2", "");
test!(simple_debug_with_semicolon, "@debug 2;", "");