Can anyone please explain what var1 is in the following?

A sructure i.e. struct ABC
{
int x;
int y;
} ABC_1;

Variable declared as: static ABC_1 var1;