/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ #if defined(__CINT__) && !defined(INTERPRET) #pragma include "test1.dll" #pragma include "test2.dll" #pragma include "test3.dll" #else #include "t928.h" #include "t928a.h" #include "t928b.h" #endif int main() { A x; x.f(); x.f(); x.f(); x.f(); x.x(); f(); A y; y.f(); y.f(); y.f(); y.f(); y.x(); return 0; }