]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/type-param.rs
Port the tests to the typaram foo<T> syntax.
[rust.git] / src / test / run-pass / type-param.rs
1
2
3 type lteq[T] = fn(&T) -> bool ;
4
5 fn main(args: [str]) { }