DEBSOURCES
Skip Quicknav
sources / boost1.83 / 1.83.0-5 / tools / build / example / built_tool / tblgen / tblgen.cpp
123456789
#include <iostream> int main() { std::cout << "int foo;\n"; return 0; }