/* -*- 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" #else #include "t1247.h" #include "t1247a.h" #endif #include int main() { printf("Success\n"); return 0; }