1 /* Origin: Joseph Myers <jsm28@cam.ac.uk>. */
2 /* Case labels in a switch statement are converted to the promoted
3 type of the controlling expression, not an unpromoted version.
4 Reported as PR c/2454 by
5 Andreas Krakowczyk <Andreas.Krakowczyk@fujitsu-siemens.com>. */
7 extern void exit (int);
8 extern void abort (void);
16 switch ((signed char) i
) {