meson/test cases/rust/8 many files/main.rs

6 lines
40 B
Rust
Raw Normal View History

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