Ejemplo n.º 1
0
void f(){
	static Monitor m;
	m.incident();
	m.print();
}