mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
8 lines
113 B
Java
8 lines
113 B
Java
|
|
// Simple compiler test.
|
||
|
|
|
||
|
|
public interface Statics {
|
||
|
|
|
||
|
|
public static final int OwnerGrabButtonMask = 1<<24;
|
||
|
|
|
||
|
|
}
|