/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ #include typedef double Double_t; typedef int Int_t; void g() { const Int_t SIZE=10; static Double_t a[SIZE] = {1,2,3,4,5}; printf("%d\n",SIZE); for(int i=0;i