mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 20:01:31 -05:00
8 lines
113 B
Java
8 lines
113 B
Java
// Simple compiler test.
|
|
|
|
public interface Statics {
|
|
|
|
public static final int OwnerGrabButtonMask = 1<<24;
|
|
|
|
}
|