1 // check-pass
2 
3 pub struct Bar<'a>(&'a Self) where Self: ;
4 
main()5 fn main() {}
6