blob: 5c0968d8129be4660f202dd4a14283faf079e54a [file] [log] [blame]
// PR c++/33972
struct s
{
typedef void f(void);
f operator();
};