]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/type-param.rs
Convert most main functions to the ivec signature
[rust.git] / src / test / run-pass / type-param.rs
1
2
3 type lteq[T] = fn(&T) -> bool ;
4
5 fn main(args: [str]) { }