Exemplo n.º 1
0
int test_main( int , char* [] )
{
//  test_one ();
  test_sequence1 ();
  test_sequence2 ();
  test_sequence3 ();
  return 0;
}
Exemplo n.º 2
0
int test_main( int , char* [] )
{
  test_sequence1 ();
  return 0;
}
Exemplo n.º 3
0
int main ()
{
  test_sequence1 ();
  return 0;
}