blob: 40c487d6a9ae9f0f1f2dbb91078d167df9bcaaf9 [file] [log] [blame]
// PR c++/38278
struct foo { };
void bar();
struct baz {
static foo (bar)();
};