blob: e211e2c3336e5bc7128ea65182338b50a2262cc6 [file] [log] [blame]
// build-pass
#![allow(dead_code)]
type A = for<> fn();
type B = for<'a,> fn();
pub fn main() {}