]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/type-param.rs
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
[rust.git] / src / test / run-pass / type-param.rs
1
2
3 type lteq<T> = native fn(T) -> bool;
4
5 fn main(args: ~[str]) { }