os-rust/tests/ui/modules_and_files_visibility/mod_file_aux.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
78 B
Rust
Raw Normal View History

//@ ignore-test Not a test. Used by other tests
2012-11-09 16:31:44 -08:00
pub fn foo() -> isize { 10 }