summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/libraries/app/app.cpp
blob: 5e5d49fc04e87adf3575e5879164c56e2d03dc70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//  Copyright (c) 2003 Vladimir Prus
//
//  Distributed under the Boost Software License, Version 1.0. (See
//  accompanying file LICENSE.txt or copy at
//  https://www.bfgroup.xyz/b2/LICENSE.txt)

#include <lib1.h>

int main()
{
    foo();
}