aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/typedef2.C
blob: 902e102d6d1e75b6136ea21cfebc9b492fe10669 (plain)
1
2
3
typedef void fn() const;

fn* fp;			 // { dg-error "pointer.*qualified function type" }