DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-2 / tests / auto / blackbox / testdata / export-rule / main.cpp
123456789
extern void justSomeFunction(); extern void hook(); int main() { justSomeFunction(); hook(); return 0; }