DEBSOURCES
Skip Quicknav
sources / taskflow / 3.9.0%2Bds-1 / mcss / documentation / test_doxygen / example / path-prefix / main.cpp
123456789
#include <iostream> #include "configure.h" int main() { #ifdef SAY_HELLO std::cout << "hello?" << std::endl; #endif }