1// { dg-do assemble  }
2// Bug: g++ doesn't deal well with abstract declarators used inappropriately.
3
4void (*)();			// { dg-error "" }
5