// build-pass (FIXME(62277): could be check-pass?) #![allow(non_camel_case_types)] // pretty-expanded FIXME #23616 trait clam { fn get(self) -> A; } trait foo { fn bar>(&self, c: C) -> B; } pub fn main() { }