enum fred
{
	HELLO,
	GOODBYE
};

/* returns an enum */
enum fred retenum()
{
	int x;
}


syntax highlighted by Code2HTML, v. 0.9.1