rust/tests/run-make/json-error-no-offset/main.rs

6 lines
52 B
Rust

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