2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 16:12:14 +00:00
Files
build/example/try_compile/main.cpp
2016-10-25 12:29:02 +03:00

8 lines
98 B
C++

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