class
A {
private
:
static
int
var;
public
:
static
void
func( ) { var++; } };