#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