1 /* The composite type of int and an enum compatible with int might be
2 either of the two types, but it isn't an unsigned type. */
3 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
9 extern void abort (void);
10 extern void exit (int);
12 enum e
{ a
= INT_MIN
};