long bar_long(void) {
  return __real__(foo_long(2L - 3Li));
}
void bar_long(void) {
  foo_long(2L - 3Li);
}