1 2 3 4 5 6 7 8 9 10
// xfail-boot fn f[T](@T x) -> @T { ret x; } fn main() { auto x = f(@3); log *x; }