rust/tests/run-make/issue-35164/main.rs
2023-03-30 07:34:55 -05:00

6 lines
52 B
Rust

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