]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/type-param.rs
Reformat source tree (minus a couple tests that are still grumpy).
[rust.git] / src / test / run-pass / type-param.rs
1
2
3 type lteq[T] = fn(&T) -> bool ;
4
5 fn main(vec[str] args) { }