rust/tests/ui/modules_and_files_visibility/mod_file_aux.rs

4 lines
78 B
Rust

//@ ignore-test Not a test. Used by other tests
pub fn foo() -> isize { 10 }