Exemplo n.º 1
0
int main (void)
{
  COMPLEX  x;  

  x.x = -7;
  x.y = -7;

  if (!c5p(x))
    abort();

  return 0;
}
void
testTortureExecute (void)
{
#if 0
  COMPLEX  x;  

  x.x = -7;
  x.y = -7;

  if (!c5p(x))
    ASSERT(0);

  return;
#endif
}