rust/tests/ui/modules/mod_file_aux.rs

5 lines
91 B
Rust
Raw Normal View History

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