struct s {long a; int b;};
int foo(int x, void *y)
{
switch(x) {
case 0: return ((struct s*)y)->a;
case 1: return *(signed char*)y;
case 2: return *(short*)y;
}
abort();
}
int main
#ifndef NO_TRAMPOLINES
extern void abort (void);
int x(int a, int b)
{
__label__ xlab;
__label__ xlab2;
void y(int b)
{
switch (b)
{
case 1: goto xlab;
c
/* Copyright (C) 2003 Free Software Foundation.
Test that switch statements suitable using case bit tests are
implemented correctly.
Written by Roger Sayle, 01/25/2001. */
extern void ab