• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 #include <std.hpp>
11 #include <extra/meta.hpp>
12 
main()13 int main()
14 {
15   TestClass c(1, 2);
16   return 0;
17 }
18