DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.85.0%2Bdfsg3-1~deb12u3 / tests / ui / entry-point / imported_main_from_inner_mod.rs
12345678
//@ run-pass pub mod foo { pub fn bar() { println!("Hello world!"); } } use foo::bar as main;