enum fred
{
	FIRST,	/* first one */
	LAST,	/* last one, with trailing comma */
};

/* takes a not-so-standard enum */
int enumtrail(enum fred);


syntax highlighted by Code2HTML, v. 0.9.1