]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/mod_dir_simple/test.rs
Rollup merge of #99738 - notriddle:notriddle/multiple-modules-w-same-name, r=camelid
[rust.git] / src / test / ui-fulldeps / mod_dir_simple / test.rs
1 // run-pass
2
3 pub fn foo() -> isize { 10 }