verge/
lib.rs

1fn main() {
2    println!("Hello, world!");
3}
4
5#[test]
6fn test_main() {
7    main()
8}