/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ // // Array precompiled class simple test program // #define SIZE 12 void test2() // Array { printf("Array test\n"); darray x(1.0,10.0,10) , y[SIZE]; int n; for(n=0;n