blob: bd9744c83153542afbefa8e15f050e8f2eece1b5 [file] [log] [blame]
// Bug: g++ tries to parse this as a constructor.
// Build don't link:
typedef int foo;
struct A {
foo (*bar)();
};