Is this a correct ?
This is compiled with g++ (3.4) sucessfully.



int main()
{
int x = 12;
char pz[x];
}