foo/
lib.rs

1
2/// Rust ported to C/C++ lib
3pub fn print2() {
4    println!("2");
5}