]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/libraries/app/app.cpp
bump version to 18.2.2-pve1
[ceph.git] / ceph / src / boost / tools / build / example / libraries / app / app.cpp
1 // Copyright (c) 2003 Vladimir Prus
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See
4 // accompanying file LICENSE.txt or copy at
5 // https://www.bfgroup.xyz/b2/LICENSE.txt)
6
7 #include <lib1.h>
8
9 int main()
10 {
11 foo();
12 }