6 lines
49 B
Rust
Raw Normal View History

extern crate foo;
fn main() {
foo::foo();
}