aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/parse7.C
blob: bd9744c83153542afbefa8e15f050e8f2eece1b5 (plain)
1
2
3
4
5
6
7
// Bug: g++ tries to parse this as a constructor.
// Build don't link:

typedef int foo;
struct A {
  foo (*bar)();
};