rust/tests/ui/items_after_test_module/auxiliary/submodule.rs

5 lines
48 B
Rust

#[cfg(test)]
mod tests {}
fn in_submodule() {}