run-fail.cpp 303 B

1234567891011
  1. // (C) Copyright Beman Dawes 2003. Distributed under the Boost
  2. // Software License, Version 1.0. (See accompanying file
  3. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. #include <iostream>
  5. int main()
  6. {
  7. std::cout << "example of output from a run-time failure\n";
  8. return 1;
  9. }
粤ICP备19079148号