/* expect+1: error: redeclaration of 'identifier' with type 'function(void) returning double', expected 'function(void) returning int' [347] */
extern double identifier(void);
enum {
constant,
/* expect+1: error: redeclaration of 'constant' [27] */
constant,
next
};