/* CONST.CPP */ #include const int koko = 3+3; int main(void) { int a[koko],i; i=2*koko; // i = 12 return i; }