2 a bug in code generation for stm8 large memory model (24-bit function pointers),
3 when returning function pointers fromk a function with a single 16-bit parameter while optimizing for code size.
13 typedef void (*p
) (void);
17 return (b
? &f
: (p
)0);