mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
9 lines
166 B
Rust
9 lines
166 B
Rust
pub fn f() {
|
|
println!("my2/my3/mod.rs::f");
|
|
g(); // $ item=I9
|
|
h(); // $ item=I25
|
|
} // I200
|
|
|
|
use super::super::h; // $ item=I25
|
|
use super::g; // $ item=I9
|