/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ #ifdef __CINT__ #include DNAME #else #include HNAME #endif #include void test() { printf("success\n"); } int main() { test(); return 0; }