friend5.C   [plain text]


// submitted by David C Binderman <dcb@pncl.co.uk>

struct A {
	friend bool();		// ERROR - invalid declaration
};