blob: 759280555437ba3d62ac5dc49dab3efd59f625be [file] [log] [blame]
class A<TypeX extends A> {}
typedef C<TypeX extends C> = int;
main() {}