7 lines
60 B
Rust
7 lines
60 B
Rust
#[cfg(test)]
|
|
#[ignore]
|
|
fn foo() {}
|
|
|
|
#[path = "a.rs"]
|
|
mod b;
|