1 // Copyright (c) 2003-2008 Matthias Christian Schabel 2 // Copyright (c) 2007-2008 Steven Watanabe 3 // Copyright (c) 2010 Joel de Guzman 4 // Copyright (c) 2010 Hartmut Kaiser 5 // Copyright (c) 2009 Francois Barel 6 // 7 // Distributed under the Boost Software License, Version 1.0. (See 8 // accompanying file LICENSE_1_0.txt or copy at 9 // http://www.boost.org/LICENSE_1_0.txt) 10 main()11int main() 12 { 13 return 0; 14 } 15