DEBSOURCES
Skip Quicknav
sources / boost1.90 / 1.90.0-1 / tools / build / example / try_compile / main.cpp
12345678
#include <iostream> using namespace std; int main() { std::cout << "Foo: " << FOO << "\n"; }