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