1 // run-pass
2 
3 #![feature(generic_associated_types)]
4 
main()5 fn main() {}
6