summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/try_compile/main.cpp
blob: 12f64995b0e6ef811014a1c8dfabd7eafc271ea8 (plain)
1
2
3
4
5
6
7
8
#include <iostream>
using namespace std;

int main()
{
    std::cout << "Foo: " << FOO << "\n";
}