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
77 B
Rust
Raw Normal View History

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