c++: constantness of call to function pointer [PR111703]
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash62.C
blob230d162f0b24015f0d37f35c65b45c24fc6aba9d
1 // PR c++/57352
3 struct x
5   operator class {} ();  // { dg-error "types|expected" }
6 };