1 2 3 4 5 6 7
// build-pass #![allow(dead_code)] type A = for<> fn(); type B = for<'a,> fn(); pub fn main() {}