]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/pch/source/hello_world.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / pch / source / hello_world.cpp
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.txt or copy at
6 https://www.bfgroup.xyz/b2/LICENSE.txt)
7 */
8
9 #include <pch.hpp>
10
11 int main()
12 {
13 TestClass c(1, 2);
14 return 0;
15 }