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