//test the data types and comment

int a = 1;// this is to test comment
double b=-0.000002;
double x=0.000002e-3;
string c="test";
list <double> d;
//struct hoo;
point e;
shape f;
image g;

int main(){
return -1;
}
/* This is to test the block 
comment*/