mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
7 lines
118 B
Rust
7 lines
118 B
Rust
pub mod nested2; // I8
|
|
|
|
fn g() {
|
|
println!("mod.rs::g");
|
|
nested2::nested3::nested4::f(); // $ item=I12
|
|
} // I9
|