1 2 3 4 5 6 7 8 9 10
// error-pattern:fail fn f(a: @int) { fail; } fn main() { let g = bind f(@0); g(); }