rust/src/test/run-pass/drop-parametric-closure-with-bound-box.rs

5 lines
81 B
Rust
Raw Normal View History

2010-10-14 12:41:48 -07:00
fn f[T](@int i, &T t) { }
fn main() { auto x = bind f[char](@0xdeafbeef, _); }