// Testing that the B's are resolved trait clam { } enum foo = int; impl foo { fn bar>(c: C) -> B { fail; } } fn main() { }