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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
52 B
Rust
Raw Normal View History

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