rust/tests/ui/modules_and_files_visibility/mod_file_aux.rs
2024-02-16 20:02:50 +00:00

4 lines
78 B
Rust

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