yuzu/externals/vcpkg/packages/boost-build_x64-windows/tools/boost-build/example/built_tool/tblgen/tblgen.cpp

10 lines
83 B
C++
Raw Normal View History

2022-11-05 18:35:56 +04:00
#include <iostream>
int main()
{
std::cout << "int foo;\n";
return 0;
}