1 2 3 4 5 6 7
// run-pass mod mod_dir_implicit_aux; pub fn main() { assert_eq!(mod_dir_implicit_aux::foo(), 10); }