yuzu/externals/vcpkg/packages/boost-build_x64-windows/tools/boost-build/example/libraries/app/app.cpp

13 lines
243 B
C++
Executable File

// 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();
}