The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

class t10 {
static public int i = 5 ;
public t10(){
}
static synchronized public void incr(){
i++ ;
}
}