DEBSOURCES
Skip Quicknav
sources / bam / 0.5.1-3 / tests / sharedlib / sharedlib.cpp
123456789
#include <iostream> using namespace std; int shared_func() { cout << "Hello world!" << endl; return 0; }