OSDN Git Service

* config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
[pf3gnuchains/gcc-fork.git] / libjava / testsuite / libjava.compile / Statics.java
1 // Simple compiler test.
2
3 public interface Statics {
4
5   public static final int OwnerGrabButtonMask = 1<<24; 
6
7 }