Allow coarrays in select type. [PR46371, PR56496]
[official-gcc.git] / gcc / testsuite / g++.dg / other / typedef2.C
blob902e102d6d1e75b6136ea21cfebc9b492fe10669
1 typedef void fn() const;
3 fn* fp;                  // { dg-error "pointer.*qualified function type" }