1 /* Copyright 2006 Ilya Sokolov 2 Copyright 2006 Vladimir Prus 3 4 Distributed under the Boost Software License, Version 1.0. (See 5 accompanying file LICENSE_1_0.txt or copy at 6 http://www.boost.org/LICENSE_1_0.txt) 7 */ 8 9 #include <pch.hpp> 10 main()11int main() 12 { 13 TestClass c(1, 2); 14 return 0; 15 } 16