rust/tests/run-make-fulldeps/issue-35164/main.rs
2023-01-11 09:32:08 +00:00

6 lines
52 B
Rust

mod submodule;
fn main() {
submodule::foo();
}