OSDN Git Service

* c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / typedef2.C
1 typedef void fn() const;
2
3 fn* fp;                  // { dg-error "pointer.*qualified function type" }