rustc/tests/run-make/json-error-no-offset/main.rs
2024-10-21 11:08:01 +02:00

6 lines
52 B
Rust

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