rust/tests/run-make/json-error-no-offset/main.rs
2024-07-26 14:17:11 -04:00

6 lines
52 B
Rust

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