1
2
3
4
5
#![allow(dead_code)]

fn test_fn() {
    println!("Hello World");
}