yuzu/externals/vcpkg/packages/boost-build_x64-windows/tools/boost-build/example/try_compile/foo.cpp

6 lines
28 B
C++
Raw Normal View History

2022-11-05 18:35:56 +04:00
int foo()
{
return 0;
}