OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[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" }