1
0
Fork 0
arangodb/3rdParty/boost/1.69.0/tools/build/example/try_compile/main.cpp

8 lines
98 B
C++

#include <iostream>
using namespace std;
int main()
{
std::cout << "Foo: " << FOO << "\n";
}