[ERROR]
In the current context either a typedef name or a class name was expected.
struct A {
int i;
};
void main() {
A *a;
a=new a; // error
}
Write the ident of a type or class/struct tag.