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