2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 08:42:13 +00:00
Files
build/example/pch-multi/source/hello_world.cpp
2019-08-12 18:35:11 -05:00

18 lines
337 B
C++

/* Copyright 2006 Ilya Sokolov
Copyright 2006 Vladimir Prus
Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#include <pch.hpp>
#include <std.hpp>
#include <extra/meta.hpp>
int main()
{
TestClass c(1, 2);
return 0;
}