aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/friend5.C
blob: ab15fa58c5b0fa9438abf204dc27fe3f26d0d16a (plain)
1
2
3
4
5
// submitted by David C Binderman <dcb@pncl.co.uk>

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