mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 18:29:43 +08:00
8 lines
113 B
Java
8 lines
113 B
Java
|
// Simple compiler test.
|
||
|
|
||
|
public interface Statics {
|
||
|
|
||
|
public static final int OwnerGrabButtonMask = 1<<24;
|
||
|
|
||
|
}
|