DEBSOURCES
Skip Quicknav
sources / kdevelop / 4%3A4.3.1-3 / debuggers / gdb / tests / two_module / main.cpp
12345678
void foo(int); int main(int ac, char* av[]) { foo(5); return 0; }