Sign in
gnu
/
gcc.git
/
366f6a52736ae5a89000bcc48eca30946e6c871e
/
.
/
libjava
/
testsuite
/
libjava.compile
/
Statics.java
blob: b86a57c409eab07cbbc1fd267d19b7bea7f9a9bc [
file
] [
log
] [
blame
]
// Simple compiler test.
public
interface
Statics
{
public
static
final
int
OwnerGrabButtonMask
=
1
<<
24
;
}