DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-2 / tests / auto / blackbox / testdata / symbolLinkMode / lib.cpp
1234567891011
int somefunction() { return 42; } #include <cstdio> static const auto func = []() { std::printf("Lib was loaded!\n"); return 0; }();