// Test that new-expressions at file scope work properly.

struct A { static char* p; };

int i = 1;
char* A::p = new char[i];

void foo() {}


syntax highlighted by Code2HTML, v. 0.9.1