rust/src/test/run-pass/issue-5572.rs
Alex Crichton 30862a64c2 Fix run-pass tests to have 'pub fn main'
This is required by the check-fast target because each test is slurped up into a
submodule.
2013-09-25 00:43:37 -07:00

4 lines
56 B
Rust

fn foo<T: ::std::cmp::Eq>(_t: T) { }
pub fn main() { }