1 /* { dg-do compile } */
3 typedef int Embryo_Cell
;
5 embryo_program_run(Embryo_Cell
*cip
)
9 static const void *switchtable
[256] = {
10 &&SWITCHTABLE_EMBRYO_OP_NONE
, &&SWITCHTABLE_EMBRYO_OP_LOAD_PRI
16 goto *switchtable
[op
];
17 SWITCHTABLE_EMBRYO_OP_LOAD_PRI
:
18 offs
= *(Embryo_Cell
*)cip
++;
19 SWITCHTABLE_EMBRYO_OP_NONE
: