コード例 #1
0
int test_main( int , char* [] )
{
//  test_one ();
  test_sequence1 ();
  test_sequence2 ();
  test_sequence3 ();
  return 0;
}
コード例 #2
0
ファイル: copy_if_test1.cpp プロジェクト: gijs/hexer
int test_main( int , char* [] )
{
  test_sequence1 ();
  return 0;
}
コード例 #3
0
ファイル: gather_fail1.cpp プロジェクト: LancelotGHX/Simula
int main ()
{
  test_sequence1 ();
  return 0;
}