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