/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ #ifdef __CINT__ #pragma include "test.dll" #else #include "t968.h" #endif #include int main() { test(); return 0; }