1 // PR c++/57352
2 
3 struct x
4 {
5   operator class {} ();  // { dg-error "types|expected" }
6 };
7