blob: 0a089be257a80acc34a090030213aa520518cb78 [file] [log] [blame]
// PR c++/38313
struct foo { };
struct bar { };
struct baz {
static foo (bar)();
};