run-pass.cpp 220 B

12345678
  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. int main()
  5. {
  6. return 0;
  7. }
粤ICP备19079148号