fn fn1() { println!("Hello from test function"); } mod mod1 { fn fn2() { println!("Hello from test2 function"); } }