2018-11-07 Richard Biener <rguenther@suse.de>
[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" }