short bar_short(void) {
  return __real__(foo_short(2 - 3i));
}
void bar_short(void) {
  foo_short(2 - 3i);
}