meson-rust/src/main.rs

6 lines
40 B
Rust

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