예제 #1
0
short bar_short(void) {
  return __real__(foo_short(2 - 3i));
}
예제 #2
0
void bar_short(void) {
  foo_short(2 - 3i);
}