aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/Statics.java
blob: b86a57c409eab07cbbc1fd267d19b7bea7f9a9bc (plain)
1
2
3
4
5
6
7
// Simple compiler test.

public interface Statics {

  public static final int OwnerGrabButtonMask = 1<<24; 

}