blob: ab15fa58c5b0fa9438abf204dc27fe3f26d0d16a [file] [log] [blame]
// submitted by David C Binderman <dcb@pncl.co.uk>
struct A {
friend bool(); // ERROR - invalid declaration
};