1 // Simple compiler test.
2 
3 public interface Statics {
4 
5   public static final int OwnerGrabButtonMask = 1<<24;
6 
7 }
8