// Test1 file: compilation of a simple function #ifndef __CINT__ #include "Riostream.h" #endif void Test1(void) { cout << "This is the Test1 function..." << endl; }