/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ /* #! /usr/local/bin/cint */ #include main(argc,argv) int argc; char *argv[]; { int i; printf("argc=%d\n",argc); for(i=0;i