// Regression test for issue #67690 // Rustc endless loop out-of-memory and consequent SIGKILL in generic new type //@ check-pass pub type T = P; //~^ WARN bounds on generic parameters in type aliases are not enforced fn main() {}