1 2 3 4 5 6 7 8
// -*- rust -*- mod foo { fn bar[T](T f) -> int { ret 17; } type bar[U, T] = tup(int, U, T); } fn main() {}