2 20011223-1.c from the execute part of the gcc torture tests.
11 /* Origin: Joseph Myers <jsm28@cam.ac.uk>. */
12 /* Case labels in a switch statement are converted to the promoted
13 type of the controlling expression, not an unpromoted version.
14 Reported as PR c/2454 by
15 Andreas Krakowczyk <Andreas.Krakowczyk@fujitsu-siemens.com>. */
20 testTortureExecute (void)
23 switch ((signed char) i
) {